tor-browser

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

cross-shadow-boundary-slot-reversed-ref.html (188B)


      1 <!doctype html>
      2 Start <span id="node2">text2</span><span id="node1">text1</span> End
      3 <script>
      4  window.getSelection().setBaseAndExtent(node2.firstChild, 2, node1.firstChild, 3);
      5 </script>