summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/media/media-descriptor-syntax-01.html
blob: ae4ffcca192497d13825f11e7607f5749e41cb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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="3d-glasses, screen and resolution > 40dpi, braille">
p { color: red }
</style>

</head>
<body>
</body>
<p>This text should not be red.</p>
</html>