Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / media-descriptor-syntax-04.html
blob5ad42fa3926d815e093aea126b2e8ba170229909
1 <html>
2 <head>
3 <title>HTML5 media descriptor test: parsing style element media attribute (replaces HTML4 forward-compatible syntax)</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
5 <link rel="help" href="http://www.w3.org/TR/REC-html40/types.html#h-6.13">
7 <style type="text/css" media=",,,,">
8 p { color: red }
9 </style>
11 </head>
12 <body>
13 <p>This text should not be red.</p>
14 </body>
15 </html>