haikuwebkit/ManualTests/css-grid-layout-item-with-h...

11 lines
158 B
HTML

<!DOCTYPE html>
<p>PASSED if no crash or assertion failure.</p>
<input/>
<input/>
<style>
* {
display: inline-grid;
grid-row: span 400000;
}
</style>