blob: f8467b8a6f1316b9b746a0430ca703fa9f80a395 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: syntactically correct query with invalid media feature should eval false (all and (invalid)). Using link element, media attribute.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
<style type="text/css">
p { color: green }
</style>
<link rel="stylesheet" type="text/css" media="all and (invalid)" href="import-p-red.css" />
</head>
<body>
<p> This text should be green.</p>
</body>
</html>