diff options
Diffstat (limited to 'dom/base/crashtests/1422883.html')
-rw-r--r-- | dom/base/crashtests/1422883.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/crashtests/1422883.html b/dom/base/crashtests/1422883.html new file mode 100644 index 0000000000..f074592e91 --- /dev/null +++ b/dom/base/crashtests/1422883.html @@ -0,0 +1,10 @@ +<style> +:after{-webkit-mask:url(#);content:counter(a)} +</style> +<script> +function go(){ + a.attachShadow({mode:"closed"}) +} +</script> +<body onload=go()> +<h2 id="a"> |