[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / media / mq-width-absolute-03.html
1 <html>
2 <head>
3 <title>CSS3 media query test: Absolute width query (screen and (max-width: 800px)). Using style element, @import css rule.</title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#width" />
5 <style type="text/css">
6 @import url(import-p-green.css) screen and (max-width: 800px);
7 </style>
8 </head>
9 <body>
10 <p> This text should be green if viewport is at most 800px wide.</p>
11 <div style="width: 800px; background-color:lightblue;">div of width 800px</div>
12 </body>
13 </html>