blob: 5ad42fa3926d815e093aea126b2e8ba170229909 [file] [log] [blame]
<html>
<head>
<title>HTML5 media descriptor test: parsing style element media attribute (replaces HTML4 forward-compatible syntax)</title>
<link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
<link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13">
<style type="text/css" media=",,,,">
p { color: red }
</style>
</head>
<body>
<p>This text should not be red.</p>
</body>
</html>