tor-browser

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

cross-shadow-boundary-1.html (281B)


      1 <!doctype html>
      2 <head>
      3 <link rel="match" href="cross-shadow-boundary-1-ref.html"/>
      4 </head>
      5 OuterText
      6 <div id="host"></div>
      7 <script>
      8  document.getElementById("host").attachShadow({mode: "open"}).innerHTML = "innerText";
      9  getSelection().selectAllChildren(document.body);
     10 </script>