Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / tests / data / fixed_layout.html
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;
7     }
8     /* Use a font size large enough so autosizing kicks in. */
9     body {
10       font-size: 20px;
11     }
12     * {
13      margin: 0;
14      padding: 0;
15    }
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>