Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / 200-by-300-min-scale-2.html
blob0153e684b7d8c70e1a617c20b10a48dab09a657c
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <meta name="viewport" content="minimum-scale = 2.0">
6 <style>
7 body {
8 margin: 0px;
10 #content {
11 background: silver;
12 width: 200px;
13 height: 300px;
15 </style>
16 </head>
18 <body>
19 <div id="content">a</div>
20 </body>
22 </html>