tor-browser

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

perspective-small-effective-zoom-crash.html (219B)


      1 <!DOCTYPE html>
      2 <!-- Reference bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1922339 -->
      3 <style>
      4 @keyframes kf {
      5  from { transform: perspective(10px) }
      6 }
      7 * {
      8  zoom: 10%;
      9  animation: kf 1s;
     10 }
     11 </style>
     12 <svg></svg>