blob: 89a5d6de33ca9ea669a5c9046a3308511b9eb980 [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="screen;braille">
p { color: red }
</style>
</head>
<body>
<p>This text should not be red.</p>
</body>
</html>