blob: 007523cfc8a8d0a2489116a765831a33e5a19e6b [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, media attribute.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
<style type="text/css">
p { color: green }
</style>
<style type="text/css" media="all and (invalid)">
p { color: red }
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>