@import with Extra Comma in Media Types ListThis text will be green if the rule has been applied.
@import url(styles.css) ,screen;
OmniWeb 4.5, built on the same codebase as Safari 1.0, crashes on this test.
This causes IE 4.0 to hang.
Commas should be used to separate multiple media types in an @import statement but can't be used when there is only one media type.
Standards-compliant browsers will ignore the whole rule and the declaration will not be applied (so the text in the example block should be red in compliant browsers).