Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / media / viewport-media-query-expected.html
blob502d0fc56de5e74365c4ace791e90f85f66dc7bb
1 <html>
2 <body>
3 You should see two iframes below. The narrow one should be black. The wider one should be green.
4 <p>
5 <iframe style="width: 150px; height: 150px; background-color: black"></iframe>
6 <iframe style="width: 650px; height: 150px; background-color: green"></iframe>
7 </p>
8 </body>
9 </html>