This test examines whether browsers correctly ignore
@import
rules that come after other rules.
Warning! This test may soon be invalidated by the
CSS Working Group. They are currently deliberating whether to allow
@import
s that come after invalid @import
s
and so on.
9. Stylesheet imported by embedded stylesheet. This is a control line. If this test fails, then ignore the other tests on this page.
61a. Imported after valid @charset
rule (CSS1-only browsers will correctly fail this line).
61b. Imported after invalid @import
rule.
61c. Imported after invalid @invalid;
rule.
61d. Imported after invalid @invalid {}
rule.
I have decided to ignore the results of test 61a, due to the inconsistency across specifications.