blob: 4075b1b7495b27280c1530b48e40a069960a9029 [file] [log] [blame]
<!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>