summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/media/mq-relative-constraints-08-expected.html
blob: db3a15fe3ba89c738facb4c63adab8eb49840b6e (plain)
1
2
3
4
5
6
7
<html>
<body>
<p style="color: green">This text should be green if height is at least 30ex .</p>
<div style="display:inline; float:left; height: 30ex; background-color: lightblue;">div of height 30ex</div>
<div style="display:inline; float:left; height: 600px; background-color: lightblue;">div of height 600px</div>
</body>
</html>