summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/short-columns-insane-unbreakable-content-height-crash.html
blob: 8c034d531960ea5e607faf2239b7369e84f890b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
<div style="-webkit-columns:2; column-fill:auto; height:145px; line-height:5551234567px;">
    <br>
    <div>
        <br>
    </div>
</div>