tor-browser

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

013-1.html (238B)


      1 <script>
      2 addEventListener("DOMContentLoaded", parent.t.step_func(function() {
      3  parent.assert_equals(document.open(), document);
      4  setTimeout(parent.t.step_func(function() {parent.t.done()}), 0);
      5  document.close();
      6 }), false);
      7 </script>