Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-invalid-syntax-01.html
blob680f41f4a5607031451c598de57de7d8bc9b7642
1 <html>
2 <head>
3 <title>CSS3 media query test: syntactically invalid media query inside html element should be treated like any other media query.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
6 <style type="text/css" media="all and invalid">
7 p { color: red }
8 </style>
10 </head>
11 <body>
12 <p>This text should not be red.</p>
13 </body>
14 </html>