tor-browser

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

chrome-interpolation-crash.html (295B)


      1 <!DOCTYPE html>
      2 <title>CSS Values: Chrome crash</title>
      3 <link rel="help" href="https://crbug.com/423078653">
      4 <style>
      5  @keyframes --anim {
      6    from {
      7      -webkit-perspective-origin-y: calc(10px * sibling-index());
      8    }
      9  }
     10  #target {
     11    animation: --anim 1s;
     12  }
     13 </style>
     14 <div id="target">