blob: 84d9c11e5164a2b7108185338af6d8c32c20a7a2 [file] [log] [blame]
<!DOCTYPE html>
<style>
html {
overflow-x: scroll;
}
.grid {
display: grid;
overflow-y: scroll;
overflow-x: scroll;
}
</style>
<script src="../../resources/js-test.js"></script>
<p>The test has passed if it does not CRASH in Debug builds.</p>
<div class="grid"></div>