mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
53368e989a
a=backout Backed out changeset 1fc07bdd9aa8 (bug 1035091) Backed out changeset f6e98029d1cb (bug 1035091) --HG-- rename : layout/style/test/chrome/test_moz_document_matching.html => layout/style/test/chrome/test_moz_document_rules.html rename : layout/style/test/chrome/test_moz_document_nesting.html => layout/style/test/test_bug511909.html rename : layout/style/test/chrome/test_moz_document_serialization.html => layout/style/test/test_rule_serialization.html
16 lines
313 B
HTML
16 lines
313 B
HTML
<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>
|