tor-browser

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

commit 2bcbed84417f0479a7299bf724a99981204d9325
parent 8fea1105a59d051f217402a1a86a63ec87b970e1
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Thu, 27 Nov 2025 15:26:06 +0000

Bug 2002352 [wpt PR 56271] - Map `speak` and `speak-as` web-features, a=testonly

Automatic update from web-platform-tests
Map `speak` and `speak-as` web-features (#56271)

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

Feature: `speak`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/speak-as.yml

I found limited tests for `speak`.

Notable exclusions
- `css/css-counter-styles/counter-style-at-rule/speak-as-syntax.html` - Tests the `speak-as` descriptor in `@counter-style` at-rules, which is explicitly different from the `speak-as` CSS property (as noted in the feature definition)
--

wpt-commits: e1d7cee0da295adee0a9d8121bee90ea81c20188
wpt-pr: 56271

Diffstat:
Atesting/web-platform/tests/css/css-speech/speak-as/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/WEB_FEATURES.yml | 4++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-speech/speak-as/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-speech/speak-as/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: speak-as + files: '**' 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 @@ -0,0 +1,4 @@ +features: +- name: speak + files: + - speak.html