tor-browser

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

slot-content-visibility-14-crash.html (499B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1250772">
      4 
      5 <script>
      6 window.onload = () => {
      7  window.getSelection().selectAllChildren(document.body);
      8  id6.remove();
      9 };
     10 </script>
     11 
     12 <div>
     13  <template shadowrootmode=open>
     14    <slot style="content-visibility:hidden; display:block"></slot>
     15  </template>
     16  <div id='id6'>
     17    <template shadowrootmode=open>
     18      <slot></slot>
     19    </template>
     20  </div>
     21 </div>