tor-browser

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

commit 3d45c7468c45210984498ce54d53df37249447dc
parent ad66dc019b74cbf803ad10fed8e4c450b6cfbf44
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Thu,  8 Jan 2026 17:36:17 +0000

Bug 2001503 [wpt PR 56169] - classifies "white-space" web feature, a=testonly

Automatic update from web-platform-tests
classifies "white-space" web feature (#56169)

--

wpt-commits: c9391fd18a7f35dd3f169fff7ef1b65b64f7a881
wpt-pr: 56169

Diffstat:
Mtesting/web-platform/tests/css/CSS2/text/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/css/css-text/white-space/WEB_FEATURES.yml | 8++++++++
Mtesting/web-platform/tests/svg/text/reftests/WEB_FEATURES.yml | 3+++
3 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/CSS2/text/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/text/WEB_FEATURES.yml @@ -1,4 +1,8 @@ features: +- name: white-space + files: + - text-align-white-space-* + - white-space-* - name: word-spacing files: - word-spacing-* diff --git a/testing/web-platform/tests/css/css-text/white-space/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-text/white-space/WEB_FEATURES.yml @@ -5,6 +5,14 @@ features: - name: text-wrap-nowrap files: - text-wrap-nowrap-* +- name: white-space + files: + - "*" + - "!seg-break-transformation-*" + - "!text-wrap-balance-*" + - "!text-wrap-nowrap-*" + - "!white-space-collapse-*" + - "!line-edge-white-space-collapse-*" - name: white-space-collapse files: - white-space-collapse-* diff --git a/testing/web-platform/tests/svg/text/reftests/WEB_FEATURES.yml b/testing/web-platform/tests/svg/text/reftests/WEB_FEATURES.yml @@ -2,3 +2,6 @@ features: - name: dominant-baseline files: - dominant-baseline-* +- name: white-space + files: + - text-multiline-*