tor-browser

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

001.html (293B)


      1 <!doctype html>
      2 <title>document.write</title>
      3 <script src="/resources/testharness.js"></script><script src="/resources/testharnessreport.js"></script>
      4 <script>
      5 test(
      6 function() {
      7  document.write("PASS");
      8  assert_equals(document.body.textContent, "PASS");
      9 }
     10 );
     11 </script>
     12 <div id="log"></div>