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