tor-browser

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

slot-content-visibility-4-crash.html (341B)


      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=1221767">
      4 
      5 <div>
      6  <template shadowrootmode=open>
      7    <slot style="content-visibility: hidden; display: block"></slot>
      8  </template>
      9 a
     10 <meter>a
     11 <script>
     12 document.execCommand("selectall");
     13 </script>