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