diff options
Diffstat (limited to 'layout/style/crashtests/473720-1.html')
-rw-r--r-- | layout/style/crashtests/473720-1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/style/crashtests/473720-1.html b/layout/style/crashtests/473720-1.html new file mode 100644 index 0000000000..a29316181f --- /dev/null +++ b/layout/style/crashtests/473720-1.html @@ -0,0 +1,15 @@ +<html><head><style> +/* Recovery from an unparseable recognized @-rule is not the same thing + as recovery from an unrecognized @-rule. */ + +@charset # { } +@import # { } +@namespace # { } +@media # { } +@-moz-document # { } +@font-face # { } +@page # { } +@-non-mozilla # { } +@nonstandard # { } + +</style></head></html> |