tor-browser

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

cross-shadow-boundary-slot-11.html (386B)


      1 <head>
      2 <link rel="match" href="cross-shadow-boundary-slot-11-ref.html"/>
      3 </head>
      4 <span id="start">Start</span>
      5 <div>
      6  <slot>
      7    <div id="host">
      8      <template shadowrootmode="open">
      9        <slot></slot>
     10      </template>
     11      <span id="end">End</span>
     12    </div>
     13  </slot>
     14 </div>
     15 <script>
     16  window.getSelection().setBaseAndExtent(start.firstChild, 2, end.firstChild, 2);
     17 </script>