tor-browser

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

scrollbar-marks.html (392B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <head>
      4 <script>
      5  function doTest() {
      6    window.setScrollMarks([20]);
      7    document.documentElement.removeAttribute("class");
      8  }
      9 </script>
     10 </head>
     11 <body onload="doTest()">
     12  <p>This is some text</p>
     13  <p style="height: 1000px;">Box 1</p>
     14  <p>This is some text</p>
     15  <p style="height: 1000px;">Box 2</p>
     16  <p>This is some text</p>
     17 </body>
     18 </html>