blob: 680f41f4a5607031451c598de57de7d8bc9b7642 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: syntactically invalid media query inside html element should be treated like any other media query.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
<style type="text/css" media="all and invalid">
p { color: red }
</style>
</head>
<body>
<p>This text should not be red.</p>
</body>
</html>