Sign in
webkit
/
WebKit
/
de15688e12b013eec0e845d3d71c2ab348652b28
/
.
/
LayoutTests
/
fast
/
multicol
/
negativeColumnWidth.html
blob: 909e8457d64b82da827af576212cd7468c201a96 [
file
] [
log
] [
blame
]
This test succeeds if it does not crash.
<table><td
style
=
"
-webkit-columns
:
-
9999px
;
"
>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>