summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/paged-in-multicol-crash.html
blob: 80b30e16c8bff812ebc1b4f5abaf208de1c2af8d (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;">
    <div style="overflow-y:-webkit-paged-x;">
        <div style="height:72vh;"></div>
        <br>
    </div>
</div>