diff options
Diffstat (limited to 'layout/style/crashtests/1419554.html')
-rw-r--r-- | layout/style/crashtests/1419554.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/style/crashtests/1419554.html b/layout/style/crashtests/1419554.html new file mode 100644 index 0000000000..3a9b917c19 --- /dev/null +++ b/layout/style/crashtests/1419554.html @@ -0,0 +1,9 @@ +<script> +function go() { + a.attachShadow({ mode: "open" }); + a.appendChild(b); +} +</script> +<body onload=go()> +<div id="b"></div> +<div id="a"></div> |