tor-browser

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

Node-cloneNode-on-inactive-document-crash.html (102B)


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