Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / media-descriptor-syntax-02.html
blob89a5d6de33ca9ea669a5c9046a3308511b9eb980
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">
6 <style type="text/css" media="screen;braille">
7 p { color: red }
8 </style>
10 </head>
11 <body>
12 <p>This text should not be red.</p>
13 </body>
14 </html>