Sign in
webkit
/
WebKit
/
1e0197afe9ceb835575cd35795e88773cb8a574d
/
.
/
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>