Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-invalid-syntax-04.html
bloba5e608ccb314b3d8ffdc0ad74ac844fe48c3cc0e
1 <html>
2 <head>
3 <title>CSS3 media query test: syntactically invalid media query inside css rule should eval to false. Using style element, css media rule.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/" />
5 <style type="text/css">
6 p { color: green }
7 @media all and invalid {
8 p { color: red }
10 </style>
11 </head>
12 <body>
13 <p> This text should be green.</p>
14 </body>
15 </html>