blob: 4781a053734a9e05b83c75039d7a15bb893f4c81 [file] [log] [blame]
<html>
<head>
<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>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
<style type="text/css">
p { color: green }
</style>
<style type="text/css">
@import url(import-p-red.css) all and (invalid);
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>