Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-compound-query-04.html
blob1c6eb626fabde9e4e198fe2455c4b0416c2f6afe
1 <html>
2 <head>
3 <title>CSS3 media query test: media query testing compound queries (screen and (color) and (grid:0)). Using style element, css @media rule</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
5 <style type="text/css">
6 @media screen and (color) and (grid:0) {
7 p { color: green }
9 </style>
11 </head>
12 <body>
13 <p> This text should be green on bitmap color devices.</p>
14 </body>
15 </html>