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