Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-relative-constraints-04.html
blobce889cba7377facfd88ea3a490c461a9771a2984
1 <html>
2 <head>
3 <title>CSS3 media query test: relative constraints test using screen and (min-width: 30em). Using style element, css @import rule </title>
4 <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/#width" />
6 <style type="text/css">
7 @import url(import-p-green.css) screen and (min-width: 30em);
8 </style>
9 </head>
10 <body>
12 <p> This text should be green if viewport is wider than 30em. </p>
14 <div style="width: 30em; background-color: lightblue;"> div of length 30 em </div>
15 <div style="width: 800px; background-color: lightblue;"> div of length 800px </div>
16 </body>
17 </html>