blob: bd5db8404f8ab4e58f32ec7287a2d1b1206a6dca [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: syntactically invalid media query inside css rule should eval to false (,,,,). Using style element, css import rule.</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
<!-- this test shows slight disconnect between css media queries and html4 media descriptors -->
<style type="text/css" media=",,,,,,">
p { color: green }
</styl>
<style type="text/css">
@import url(import-p-red.css) all,,,,,,;
</style>
</head>
<body>
<p> This text should be green.</p>
</body>
</html>