summaryrefslogtreecommitdiffstats
path: root/tests/auto/httpserver/data/loadprogress/page7.html
blob: 42538c5de47e6a3a784747dc2b3e4701fdcb73a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <title>page6</title>
  </head>
  <script>
    setTimeout(function(){
      document.getElementById('anchorLink').click();
    },500);
  </script>
  <body>
    <div><a id="anchorLink" href="page2.html#anchor">go to another page</a></div>
  </body>
</html>