tor-browser

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

chrome-436621815-crash.html (195B)


      1 <!DOCTYPE html>
      2 <title>Crash test</title>
      3 <div id="target" style="top:0">
      4  PASS if no crash
      5 </div>
      6 <script>
      7  document.body.offsetTop;
      8  target.style.top = 'calc(anchor(top) + 10px)';
      9 </script>