tor-browser

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

activedescendant-crash.html (201B)


      1 <iframe></iframe>
      2 <script>
      3 let frame = document.querySelector("iframe");
      4 window.xyz = frame.contentWindow.accessibilityController.focusedElement;
      5 frame.remove();
      6 window.xyz.activeDescendant;
      7 </script>