summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/473720-1.html
blob: a29316181f19c9d90d1de773a0eeab2b4eee2eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>