tor-browser

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

window_empty_document.html (155B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <title>Empty document to test something in new window</title>
      5 </head>
      6 <body onload="opener.doTests(window);"></body>
      7 </html>