Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / viewport-nonzero-values.html
blobf4e0d4fe01b8a427c8599924658171a75fa6344a
1 <html>
2 <head>
3 <meta name='viewport' content='width=0.1, height=0.01, initial-scale=0.5, minimum-scale=0.0001, maximum-scale=0.999' />
4 </head>
5 <body>
6 A page with the viewport attribute values not set to 0.
7 </body>
8 </html>