tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

same-document-tests-force-load-at-top.html (611B)


      1 <!doctype html>
      2 <title>Same document navigation to text fragment directives, with force-load-at-top</title>
      3 <meta charset=utf-8>
      4 <link rel="help" href="https://wicg.github.io/ScrollToTextFragment/">
      5 <script src="/resources/testharness.js"></script>
      6 <script src="/resources/testharnessreport.js"></script>
      7 <script src="resources/util.js"></script>
      8 <script src="same-document-tests.js"></script>
      9 <style>
     10  div {
     11    margin: 200vh 0 200vh 0;
     12  }
     13 </style>
     14 <body onload="runTests()">
     15  <div id="text">
     16    This is a line of text.
     17  </div>
     18  <div id="elementid">
     19    This div has an id: 'elementid'.
     20  </div>
     21 </body>