diff options
Diffstat (limited to 'dom/html/crashtests/795221-1.html')
-rw-r--r-- | dom/html/crashtests/795221-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/crashtests/795221-1.html b/dom/html/crashtests/795221-1.html new file mode 100644 index 000000000..70e400bed --- /dev/null +++ b/dom/html/crashtests/795221-1.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<style> + div { } +</style> +<script> + document.styleSheets[0].cssRules[0].style.foo = document; +</script> |