Sign in
webkit
/
WebKit
/
de15688e12b013eec0e845d3d71c2ab348652b28
/
.
/
LayoutTests
/
fast
/
multicol
/
huge-column-count.html
blob: bf1c8876f7eca14453541006009ff54a032d9e6c [
file
] [
log
] [
blame
]
<style>
html
,
body
{
-webkit-column-count
:
2000000000
;
-webkit-column-width
:
0
;
}
</style>
<body>
This test should not crash.
</body>
<script>
if
(
window
.
layoutTestController
)
layoutTestController
.
dumpAsText
();
</script>