tor-browser

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

scale-interpolation-crash.html (180B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://issues.chromium.org/issues/396584141">
      3 <style>
      4 body { animation: foo 1s; }
      5 @keyframes foo { to { scale: calc(100% * 1); } }
      6 </style>