summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/unbreakable-content-taller-than-height-crash.html
blob: c27413c56dfd410f6f744e0e4f0f01fbbf39f71a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<p>Test that unbreakable content inside a multicol container that's taller than the specified height
    of the multicol container doesn't cause an assertion failure.</p>
<p>PASS if no crash or assertion failure.</p>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<div style="-webkit-columns:2; height:0.2em;">
    x
</div>