tor-browser

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

047.html (280B)


      1 <!doctype html>
      2 <title>document.write</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <script>
      6 var win;
      7 var t = async_test(() => {
      8  win = window.open("047-1.html");
      9 });
     10 t.add_cleanup(() => win.close());
     11 </script>