Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
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>