Closed nt1m closed 1 year ago
@foolip / @jgraham Can you review this test change proposal?
@progers / @dholbert Does removing this test seem reasonable to you ?
Given that it's depending on backdrop-filter
which I guess isn't universally implemented in an unprefixed way yet (and isn't itself part of interop-2023), then it seems fine to me to remove it from the test-set, yeah.
(I'm curious if/when WebKit plans to support unprefixed backdrop-filter
; if that happened soon, then it'd be valuable to keep this in the test set, as a way of validating interoperability about how these features interact. But for the time being, removal seems fine to me.)
I'm also okay with removing this test, as it is testing an interaction with a feature not part of interop 2023.
Test List
css/css-masking/clip-path/clip-path-svg-text-backdrop-filter.html
Rationale
Depends on backdrop-filter. This test passes with -webkit-backdrop-filter added, see https://github.com/web-platform-tests/wpt/pull/42225 , but I've been told that's against WPT policy.