summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/media/mq-relative-constraints-06-expected.html
blob: 0cf876bb990d6d7b2d5786e307b68553d94d1d0f (plain)
1
2
3
4
5
6
7
<html>
<body>
<p style="color: green">This text should be green if viewport is narrower than 60em. This tests that (min-width: 60em) can evaluate to false.</p>
<div style="width: 60em; background-color: lightblue;">div of length 60 em</div>
<div style="width: 800px; background-color: lightblue;">div of length 800px</div>
</body>
</html>