diff options
Diffstat (limited to 'layout/style/crashtests/495269-2.html')
-rw-r--r-- | layout/style/crashtests/495269-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/style/crashtests/495269-2.html b/layout/style/crashtests/495269-2.html new file mode 100644 index 0000000000..8deca08e81 --- /dev/null +++ b/layout/style/crashtests/495269-2.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="stylesheet" href="data:text/css,@-moz-document domain(example.com) {}';"> + <link rel="stylesheet" href="data:text/css,@-moz-document domain(example.com) {}';"> + <script> + // Force a unique inner for the second linked sheet + document.styleSheets[1].cssRules[0]; + </script> + </head> +</html> + |