Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-relative-constraints-09-expected.html
blob6fa31024d03227aa83dd7a34094a3a0d2af36e3b
1 <html>
2 <body>
3 <p style="color: green">This text should be green if viewport is narrower than 60em.</p>
4 <div style="width: 60em; background-color: lightblue;">div of length 60 em</div>
5 <div style="width: 800px; background-color: lightblue;">div of length 800px</div>
6 </body>
7 </html>