tor-browser

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

script_001.html (295B)


      1 <!doctype html>
      2 <title>document.write script</title>
      3 <script src="/resources/testharness.js"></script><script src="/resources/testharnessreport.js"></script>
      4 <script>
      5 var t = async_test();
      6 t.step(function() {
      7  document.write("<script>t.done();<"+"/script>");
      8 });
      9 </script>
     10 <div id="log"></div>