tor-browser

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

commit 3872cd9d21ea2c0618c8f93f6ed769e273cf9891
parent 8b0638f0b0642fb35c084fbea44dbaa24b2ab90d
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Mon,  8 Dec 2025 12:27:05 +0000

Bug 2003958 [wpt PR 56476] - Map `text-stroke-fill` web-feature, a=testonly

Automatic update from web-platform-tests
Map `text-stroke-fill` web-feature (#56476)

Feature: `text-stroke-fill`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/text-stroke-fill.yml

Notable exclusions

1. `css/selectors/text-fill-color-visited-inheritance.html`
   - Tests visited link privacy restrictions (inheritance) rather than the core text-stroke-fill feature.

2. `css/css-text-decor/text-decoration-color.html`
   - Primary focus is text-decoration-color.

3. `css/css-backgrounds/background-gradient-interpolation-*.html`
   - Tests gradient interpolation, using text-fill-color as a test case but not primarily testing it.
--

wpt-commits: ec87298a10db2c52a85cb364adbc4eb870dfdfa5
wpt-pr: 56476

Diffstat:
Atesting/web-platform/tests/compat/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/css/css-lists/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/css/css-pseudo/WEB_FEATURES.yml | 3+++
3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/compat/WEB_FEATURES.yml b/testing/web-platform/tests/compat/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: text-stroke-fill + files: + - webkit-text-fill-color-* diff --git a/testing/web-platform/tests/css/css-lists/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-lists/WEB_FEATURES.yml @@ -2,3 +2,6 @@ features: - name: counter-set files: - counter-set-* +- name: text-stroke-fill + files: + - marker-webkit-text-fill-color.html diff --git a/testing/web-platform/tests/css/css-pseudo/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-pseudo/WEB_FEATURES.yml @@ -32,3 +32,6 @@ features: files: - before-* - pseudo-replaced-elements.html +- name: text-stroke-fill + files: + - highlight-styling-003.html