summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/grid-with-auto-scrollbar-crash.html
blob: 4075b1b7495b27280c1530b48e40a069960a9029 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>Grid with auto scrollbar inside multicol - pass if no crash.</p>
<div style="-webkit-columns:3;">
    <div style="display:grid; overflow-y:auto; width:10em; height:2em;"><br><br><br></div>
</div>