tor-browser

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

position-sticky-details-crash.html (321B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1470149">
      3 <details>
      4  <div id="target" style="position: sticky; top: 0px;"></div>
      5 </details>
      6 <script>
      7 document.execCommand('selectAll');
      8 document.getElementById('target').remove();
      9 document.body.style.height = '100%';
     10 </script>