Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-relative-constraints-08-expected.html
blobdb3a15fe3ba89c738facb4c63adab8eb49840b6e
1 <html>
2 <body>
3 <p style="color: green">This text should be green if height is at least 30ex .</p>
4 <div style="display:inline; float:left; height: 30ex; background-color: lightblue;">div of height 30ex</div>
5 <div style="display:inline; float:left; height: 600px; background-color: lightblue;">div of height 600px</div>
6 </body>
7 </html>