Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / mq-aspect-ratio-expected.html
blob1dec22588f516a5cd866e80cc89972cd008d561a
1 <html>
2 <body>
3 <p style="color: green">This text should be green if the viewport is 800:600 ratio. This is unlikely to happen by chance, but the layout testing sets this size</p>
4 <p style="color: green">This text should be green if the viewport is landscape (minimum aspect ratio of 1:1).</p>
5 <p>This text should be green if the viewport is portrait (maximum aspect ratio of 1:1).</p>
6 <p>This text should be green if the viewport aspect ratio is greater than 16:9.</p>
7 </body>
8 </html>