Sign in
webkit
/
WebKit
/
32b8d0aa85747e9c635bdd7176f9ef920e07e080
/
.
/
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>