haikuwebkit/LayoutTests/fast/css-grid-layout/grid-with-zero-content-size...

15 lines
284 B
HTML

<!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>