blob: 02694fc7545bb91ff78a4907670dfb94b989f3d4 [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: green }
</style>
</head>
<body>
<p>This text should be green.</p>
</body>
</html>