Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-valueless.html
blob68a2ac92c2d3e0058afeadf718001a6315e211a0
1 <html>
2 <head>
3 <title>CSS3 media query test: media query without values (screen and (color)). Using style element, @media css rule.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#color" />
6 <style type="text/css">
7 @media screen and (color) {
8 p { color: green }
10 </style>
11 </head>
12 <body>
13 <p> This text should be green if color display is used.</p>
14 </body>
15 </html>