Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-compound-query-03.html
blob83b1734ddaaf2d9c8f3285ba940b2ec9cb802f05
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 @import rule</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#syntax" />
5 <style type="text/css" >
6 @import url(import-p-green.css) screen and (color) and (grid:0);
7 </style>
9 </head>
10 <body>
11 <p> This text should be green on bitmap color devices.</p>
12 </body>
13 </html>