blob: 3c5ca9f09d5755c317052fe78e19faa4a5e89825 [file] [log] [blame]
<html>
<head>
<title>HTML4 media descriptors test: parsing style element media attribute, forward-compatible syntax</title>
<link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13" />
<style type="text/css" media="3d-glasses, screen and resolution > 40dpi, braille">
p { color: green }
</style>
</head>
<body>
</body>
<p> This text should be green. </p>
</html>