tor-browser

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

009.html (418B)


      1 <!doctype html>
      2 <title>unload IDL attribute</title>
      3 <script src="/resources/testharness.js"></script>
      4 <script src="/resources/testharnessreport.js"></script>
      5 <div id="log"></div>
      6 <script>
      7 var iframe;
      8 var t = async_test();
      9 onload = function() {
     10  setTimeout(function() {
     11    var iframe = document.getElementsByTagName("iframe")[0];
     12    iframe.src="about:blank";
     13  }, 100)
     14 }
     15 </script>
     16 <iframe src="009-1.html"></iframe>