commit 0e1f074a419b62b7537f6bc7664ece97cf121bbb parent d4b686a5881622f0c2c171cdb8dfe24966e946ad Author: Stalgia Grigg <stalgia@bocoup.com> Date: Wed, 3 Dec 2025 14:43:21 +0000 Bug 2003477 [wpt PR 56384] - Map "svg-filters" and "svg-discouraged" web-features, a=testonly Automatic update from web-platform-tests Map "svg-filters" and "svg-discouraged" web-features (#56384) Feature: `svg-discouraged` Reference: https://github.com/web-platform-dx/web-features/blob/main/features/svg-discouraged.yml Notable exclusions 1. Files that use `xlink:href` or other SVG 1.1 features as infrastructure rather than testing them - Most files in search results use `xlink:href` but test other features (href attribute behavior, resource loading, etc.) - Files with `baseProfile` attribute that test SVG rendering rather than the deprecated attribute itself Diffstat:
7 files changed, 33 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/svg/extensibility/foreignObject/WEB_FEATURES.yml b/testing/web-platform/tests/svg/extensibility/foreignObject/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: svg-filters + files: + - filter-repaint.html + - foreign-object-circular-filter-reference-crash.html diff --git a/testing/web-platform/tests/svg/import/WEB_FEATURES.yml b/testing/web-platform/tests/svg/import/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: svg-filters + files: + - "filters-*" diff --git a/testing/web-platform/tests/svg/linking/reftests/WEB_FEATURES.yml b/testing/web-platform/tests/svg/linking/reftests/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: svg-filters + files: + - href-filter-element.html diff --git a/testing/web-platform/tests/svg/render/order/WEB_FEATURES.yml b/testing/web-platform/tests/svg/render/order/WEB_FEATURES.yml @@ -1,4 +1,7 @@ features: - name: z-index files: - - z-index.svg -\ No newline at end of file + - z-index.svg +- name: svg-filters + files: + - clip-path-filter-order.svg diff --git a/testing/web-platform/tests/svg/shapes/reftests/WEB_FEATURES.yml b/testing/web-platform/tests/svg/shapes/reftests/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: svg-filters + files: + - polygon-with-filtered-marker.html diff --git a/testing/web-platform/tests/svg/svg-in-svg/WEB_FEATURES.yml b/testing/web-platform/tests/svg/svg-in-svg/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: svg-filters + files: + - svg-in-svg-circular-filter-reference-crash.html diff --git a/testing/web-platform/tests/svg/types/scripted/WEB_FEATURES.yml b/testing/web-platform/tests/svg/types/scripted/WEB_FEATURES.yml @@ -0,0 +1,8 @@ +features: +- name: svg-discouraged + files: + - SVGPoint.html +- name: svg-filters + files: + - SVGAnimatedEnumeration-SVGFilterElement.html + - SVGAnimatedEnumeration-SVGFEColorMatrixElement.html