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