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