tor-browser

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

commit 30dbc11c0eeebc3517cba86263a5274c06078096
parent 9ff9e72e350137a75678347c472e2a7459b33a51
Author: Ahmad Saleem <52317531+Ahmad-S792@users.noreply.github.com>
Date:   Wed, 15 Oct 2025 08:24:42 +0000

Bug 1993653 [wpt PR 55349] - Change `text-space-collapse` to `white-space-collapse` as per CSS-Text-4, a=testonly

Automatic update from web-platform-tests
Change `text-space-collapse` to `white-space-collapse` as per CSS-Text-4 (#55349)

This PR is to change `text-space-collapse` to `white-space-collapse` as per [1]:

[1] https://github.com/w3c/csswg-drafts/issues/8273
--

wpt-commits: 3052f24bedb43c9cb6f26ecda8a9dc4df9c75c36
wpt-pr: 55349

Diffstat:
Mtesting/web-platform/tests/svg/styling/required-properties.svg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/web-platform/tests/svg/styling/required-properties.svg b/testing/web-platform/tests/svg/styling/required-properties.svg @@ -101,7 +101,7 @@ "text-indent", "word-spacing", "white-space", - "text-space-collapse", + "white-space-collapse", "vertical-align", "dominant-baseline", "alignment-baseline",