tor-browser

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

WEB_FEATURES.yml (338B)


      1 features:
      2 - name: masks
      3  # To match the scope of the feature in web-features, this should only include
      4  # tests for https://drafts.fxtf.org/css-masking-1/#positioned-masks.
      5  files:
      6  - mask-image-interpolation.html
      7  - mask-no-interpolation.html
      8  - mask-position-interpolation.html
      9 - name: clip
     10  files:
     11  - clip-*
     12  - "!clip-path-*"