tor-browser

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

module-delayed-iframe.html (274B)


      1 <!doctype html>
      2 <script type=module>
      3 window.parent.document.test.step_timeout(() => {
      4  document.write("document.write body contents\n")
      5  document.close();
      6  window.parent.document.dispatchEvent(new CustomEvent("documentWriteDone"));
      7 }, 0);
      8 </script>
      9 Initial body contents