blob: 680cb9514ed91d929f4be1a14819d9f510f5477c [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="braille, all with print">
p { color: red }
</style>
</head>
<body>
<p>This text should not be red.</p>
</body>
</html>