tor-browser

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

file_slow_download.html (450B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Test slow download from an http site that gets upgraded to https</title>
      5 </head>
      6 <body>
      7  <a href="http://example.com/browser/dom/security/test/https-first/file_slow_download.sjs" download="large-dummy-file.txt" id="testlink">download by attribute</a>
      8  <script>
      9    // click the link to start download
     10    let testlink = document.getElementById("testlink");
     11    testlink.click();
     12  </script>
     13  </body>
     14 </html>