Sign in
webkit
/
WebKit
/
e031b9a93e1290978c3cb10583e857c51cbd591e
/
.
/
LayoutTests
/
fast
/
multicol
/
parent-box-when-spanner-is-present.html
blob: 4ba929fbc91358a490703108af9165f510b38532 [
file
] [
log
] [
blame
]
PASS if no crash
<ul
style
=
"
column-width
:
10px
;
"
><li
style
=
"
border-bottom-style
:
solid
;
"
><div
style
=
"
column-span
:
all
"
><input></div></li></ul>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>