tor-browser

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

cross-shadow-boundary-2.html (294B)


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