tor-browser

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

cross-shadow-boundary-5-ref.html (223B)


      1 <!doctype html>
      2 OuterText1
      3 <div>innerText1</div>
      4 OuterText2
      5 <div>innerText2</div>
      6 OuterText3
      7 <script>
      8  getSelection().setBaseAndExtent(
      9    document.body.firstChild,
     10    3,
     11    document.body.childNodes[4],
     12  3);
     13 </script>