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-*"