summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/data/loadprogress/page2.html
blob: 223817c8c069074fb6f6c334913988fbf42c99fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <title>page2</title>
  </head>
  <style>
    .fardown {
      position: absolute;
      top: 2500px;
    }
  </style>
  <body>
    <div><a href="#anchor">page2</a></div>
    <div class="fardown" id="anchor">page2 anchor</div>
  </body>
</html>