summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/795221-4.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dom/html/crashtests/795221-4.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/html/crashtests/795221-4.html b/dom/html/crashtests/795221-4.html
new file mode 100644
index 0000000000..476dd34672
--- /dev/null
+++ b/dom/html/crashtests/795221-4.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<svg>
+ <style>
+ div { }
+ </style>
+</svg>
+<script>
+ document.styleSheets[0].cssRules[0].style.foo = document;
+</script>