tor-browser

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

013.html (288B)


      1 <!doctype html>
      2 <title>Timeout after document.open in DOMContentLoaded event</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <div id="log"></div>
      6 <script>
      7 var t = async_test();
      8 </script>
      9 <iframe src="013-1.html"></iframe>