Sign in
webkit
/
WebKit
/
8e0458971757386725aa85c3b7505ea8bd4932cd
/
.
/
ManualTests
/
css-grid-layout-item-with-huge-span-crash.html
blob: e732c067a4598cd045ac7ecbab77e0b9f8d21fc5 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<p>
PASSED if no crash or assertion failure.
</p>
<input/>
<input/>
<style>
*
{
display
:
-webkit-inline-grid
;
-webkit-grid-row
:
span
400000
;
}
</style>