Sign in
webkit
/
WebKit
/
2164895bc0b1695d939f61d07b5b88b2c6d665f7
/
.
/
LayoutTests
/
fast
/
multicol
/
huge-column-count.html
blob: 86a01bdc76f42259892e0de5fa890fd9bb16c697 [
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
.
testRunner
)
testRunner
.
dumpAsText
();
</script>