Sign in
webkit
/
WebKit
/
8d0bc8494853b82a6a5ca148d9d4974003725f84
/
.
/
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>