diff options
Diffstat (limited to 'layout/generic/crashtests/1467239.html')
-rw-r--r-- | layout/generic/crashtests/1467239.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1467239.html b/layout/generic/crashtests/1467239.html new file mode 100644 index 0000000000..3f49a66c56 --- /dev/null +++ b/layout/generic/crashtests/1467239.html @@ -0,0 +1,14 @@ +<style> +.b { + display: grid; + contain: strict; +} +</style> +<script> +function go() { + a.data = "A"; +} +</script> +<body onload=go()> +<form class="b"> +<object id="a"> |