Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
multicol
/
multicol-crazy-nesting.html
blob: bfe908120ac51ec15950ecf4f80931170332af89 [
file
]
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
*
{
-webkit-columns
:
3
;
-webkit-column-span
:
all
}
</style>
</head>
This test passes if it doesn't crash.
<span>
<div
style
=
"
float
:
left
"
>
<div></div>