tor-browser

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

root-preserve3d-crash.html (345B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1963368">
      3 <style>
      4  * {
      5      border-style: double !important;
      6      -webkit-transform-style: preserve-3d !important;
      7  }
      8 </style>
      9 <script>
     10  document.addEventListener("DOMContentLoaded", async () => {
     11    document.startViewTransition(undefined)
     12  })
     13 </script>