3 <title>CSS3 media query test: syntactically correct query with invalid media feature should eval false (all and (invalid)). Using style element, css import rule.
</title>
4 <link rel=
"help" href=
"http://www.w3.org/TR/css3-mediaqueries/" />
5 <style type=
"text/css">
8 <style type=
"text/css">
9 @import url
(import-p-red
.css
) all and
(invalid
);
13 <p> This text should be green.
</p>