tor-browser

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

chrome-336322507-crash.html (309B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/336322507">
      3 <style>
      4  #crash {
      5    --grad: linear-gradient(black, white);
      6    background: var(--grad);
      7    position: absolute;
      8    top: anchor(center);
      9  }
     10 </style>
     11 <div id="crash"></div>
     12 <script>
     13  document.body.offsetTop;
     14  crash.remove();
     15 </script>