commit 694d1969da19fa071fdc9e5138a5983319712d46 parent 488a2099cc64b9e9fe77b1b4f08bd03972f68c10 Author: Howard Edwards <howarde.edwards@gmail.com> Date: Fri, 19 Dec 2025 09:17:41 +0000 Bug 2005315 [wpt PR 56646] - Map `font-feature-settings` web feature, a=testonly Automatic update from web-platform-tests Map "font-feature-settings" to web-features (#56646) -- wpt-commits: 87a8985241b599dabcde5e823e1d3c02e9576307 wpt-pr: 56646 Diffstat:
3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/css-fonts/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-fonts/WEB_FEATURES.yml @@ -73,6 +73,12 @@ features: - crash-font-face-invalid-descriptor.html - web-font-no-longer-accessible-when-stylesheet-removed.html - test_datafont_same_origin.html +- name: font-feature-settings + files: + - font-feature-settings-* + - font-default-03.html + - font-default-04.html + - variable-in-feature-crash.html - name: font-weight files: - font-weight-* diff --git a/testing/web-platform/tests/css/css-fonts/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-fonts/parsing/WEB_FEATURES.yml @@ -52,3 +52,6 @@ features: - name: font-variant-position files: - font-variant-position-* +- name: font-feature-settings + files: + - font-feature-settings-* diff --git a/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/WEB_FEATURES.yml @@ -2,6 +2,9 @@ features: - name: speak files: - speak.html +- name: font-feature-settings + files: + - font-feature-settings.html - name: font-variant files: - font-variant.html