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