summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/very-tall-block-crash.html
blob: dbeeec6b2946ec494eb4baca026ca54de84ccf9a (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
<div style="-webkit-columns:2;">
    <div style="height:12345678901234567890px;"></div>
</div>