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