haikuwebkit/LayoutTests/fast/css-grid-layout/crash-when-min-height-cant-...

14 lines
277 B
HTML

<style>
pre {
display: grid;
min-height: max-content;
max-height: 1px;
grid-template-rows: 1fr;
}
</style>
<pre>Pass if no crash or assert when the min-height value can't be resolved.</pre>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>