tor-browser

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

cross-shadow-boundary-slot-10-ref.html (146B)


      1 <div id="host">
      2  <span>slotted</span>
      3 </div>
      4 <script>
      5  window.getSelection().setBaseAndExtent(host, 0, host, host.childNodes.length);
      6 </script>