@importThis text will be green if the rule has been applied.
@media all {}
@import url(styles.css);
This causes Netscape to hang. Browser must be closed and all related processes stopped using the Windows Task Manager before it will run correctly again.
Any @import rules in a stylesheet must be placed before all other rules in that stylesheet. Any @import rules that are preceeded by any non-@import rules should be ignored by standards-compliant browsers (so the text in the example block should be red in compliant browsers).