summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/constrained-content-height-with-overflow-crash.html
blob: d4810b075b701b7ce2b2e17b7763c90c4eef955d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>PASS if no crash or assertion failure.</p>
<div style="-webkit-columns:3;">
    <div style="height:0.5em;">
        <br>
        <div style="-webkit-column-span:all;"></div>
        <br>
    </div>
</div>