Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / content-width-1000-min-scale.html
blob649ece41b594919884c6768f6277588ad332a21f
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <meta name="viewport" content="minimum-scale=0.5, width=1000">
6 <style>
7 body {
8 margin: 0px;
10 #content {
11 width: 1000px;
12 height: 2000px;
13 background: silver;
14 margin: 0px;
16 ::-webkit-scrollbar {
17 width: 0px;
18 height: 0px;
20 </style>
21 </head>
23 <body>
24 <div id="content">
25 This page is 1000x2000 pixels.
26 </div>
27 </body>
29 </html>