Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / fixed_layout.html
blob5e632b3ae4886217392456e77eba63a110edbdbd
1 <head>
2 <style>
3 /* Since tests are built with desktop viewport settings set the viewport
4 to behave like Android */
5 @viewport {
6 min-width: 980px;
8 /* Use a font size large enough so autosizing kicks in. */
9 body {
10 font-size: 20px;
12 * {
13 margin: 0;
14 padding: 0;
16 </style>
17 </head>
18 <body>Ordinary non-mobile page<br>
19 Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page. Here's some text so that the autosizer kicks in. If there isn't enough text the autosizer will not autosize this page.
20 </body>