tor-browser

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

template-set-inner-html-in-inactive-document-crash.html (137B)


      1 <iframe id="i"></iframe>
      2 <script>
      3  var doc = i.contentDocument;
      4  i.remove();
      5  doc.createElement("template").innerHTML = "";
      6 </script>