tor-browser

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

commit 1567652598b13f23694f38e0ffcc9232756e1385
parent b0833eed7d0c7691e30d6693dde945969a0a4af1
Author: Howard Edwards <howarde.edwards@gmail.com>
Date:   Mon,  5 Jan 2026 10:20:39 +0000

Bug 2005319 [wpt PR 56647] - Map `font-kerning` web feature, a=testonly

Automatic update from web-platform-tests
Map "font-kerning" to web-features (#56647)

--

wpt-commits: 9592511ef854a3838a5d71877bfde4803f6e36e3
wpt-pr: 56647

Diffstat:
Mtesting/web-platform/tests/css/css-fonts/WEB_FEATURES.yml | 5+++++
Mtesting/web-platform/tests/css/css-fonts/parsing/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/WEB_FEATURES.yml | 3+++
3 files changed, 11 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 @@ -91,6 +91,11 @@ features: - font-default-03.html - font-default-04.html - variable-in-feature-crash.html +- name: font-kerning + files: + - font-kerning-* + - cjk-kerning.html + - hiragana-katakana-kerning.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 @@ -60,3 +60,6 @@ features: - name: font-feature-settings files: - font-feature-settings-* +- name: font-kerning + files: + - font-kerning-* 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 @@ -5,6 +5,9 @@ features: - name: font-feature-settings files: - font-feature-settings.html +- name: font-kerning + files: + - font-kerning.html - name: font-variant files: - font-variant.html