blob: 9baddbf90c3724fe4e39fbc4a048c1b515c15d0f [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: syntactically invalid media query inside html element should be treated as html media descriptor. Using style element, media attribute.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
<style type="text/css" media="all and invalid">
p { color: green }
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>