diff options
Diffstat (limited to '')
-rw-r--r-- | layout/style/crashtests/1401692.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/style/crashtests/1401692.html b/layout/style/crashtests/1401692.html new file mode 100644 index 0000000000..d4d2c7f231 --- /dev/null +++ b/layout/style/crashtests/1401692.html @@ -0,0 +1,14 @@ +<html> + <head> + <style></style> + <script> + try { + document.styleSheets[0].insertRule( + "t{-moz-outline-radius-topright:calc(9px)!important", 0); + } catch(e) { + } + + SpecialPowers.getMemoryReports(); + </script> + </head> +</html> |