tor-browser

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

WEB_FEATURES.yml (670B)


      1 features:
      2 - name: individual-transforms
      3  files:
      4  - rotate-animation-on-svg.html
      5  - rotate-animation-with-will-change-transform-001.html
      6  - scale-and-rotate-both-specified-on-animation-keyframes.html
      7  - scale-animation-on-svg.html
      8  - translate-animation-on-svg.html
      9 - name: transforms3d
     10  files:
     11  - backface-visibility-*
     12  - perspective-*
     13 - name: transforms2d
     14  files:
     15  - "*"
     16  - "!rotate-animation-on-svg.html"
     17  - "!rotate-animation-with-will-change-transform-001.html"
     18  - "!scale-and-rotate-both-specified-on-animation-keyframes.html"
     19  - "!scale-animation-on-svg.html"
     20  - "!translate-animation-on-svg.html"
     21  - "!backface-visibility-*"
     22  - "!perspective-*"