summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/testing/data/fixed_layout.html
blob: 6375e7c7157d8f1a5a2162b74403942b47613309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<head>
  <!-- Since tests are built with desktop viewport settings set the viewport
       to behave like Android -->
  <meta name="viewport" content="width=980">
  <style>
    /* Use a font size large enough so autosizing kicks in. */
    body {
      font-size: 20px;
    }
    * {
     margin: 0;
     padding: 0;
   }
  </style>
</head>
<body>Ordinary non-mobile page<br>
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.
</body>