tor-browser

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

display-none-root-hit-test-crash.html (284B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1409273">
      4 <style>
      5  html { display: none; }
      6 </style>
      7 <script>
      8  document.elementFromPoint(10, 10);
      9 </script>