Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-width-absolute-02.html
blob2ebcb079714596f423868b091cc88f3ac67250bd
1 <html>
2 <head>
3 <title>CSS3 media query test: Absolute width query (screen and (max-width: 800px)). Using link element, media attribute.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#width" />
5 <link rel="stylesheet" type="text/css" media="screen and (max-width: 800px)" href="import-p-green.css" />
6 </head>
7 <body>
8 <p> This text should be green if viewport is at most 800px wide.</p>
9 <div style="width: 800px; background-color:lightblue;">div of width 800px</div>
10 </body>
11 </html>