diff options
Diffstat (limited to 'dom/base/crashtests/1459688.html')
-rw-r--r-- | dom/base/crashtests/1459688.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/base/crashtests/1459688.html b/dom/base/crashtests/1459688.html new file mode 100644 index 0000000000..63bd08b5c6 --- /dev/null +++ b/dom/base/crashtests/1459688.html @@ -0,0 +1,6 @@ +<!doctype html> +<div id="host"></div> +<script> + host.attachShadow({ mode: "open" }).innerHTML = `<style></style>`; + host.shadowRoot.styleSheets[0].foobie = host.shadowRoot; +</script> |