tor-browser

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

commit 6c4ac7edf8090b76b18b97b90b6e765cdb15d731
parent d93c8a92267d146b9838e5f54261de44240cffe5
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Wed,  3 Dec 2025 14:41:38 +0000

Bug 2003331 [wpt PR 56375] - Map `tab-size` web-feature, a=testonly

Automatic update from web-platform-tests
Map `tab-size` web-feature (#56375)

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

Notable inclusions
1. tab-size interpolation in animation, there is an argument for exclusion but I opted for inclusion
   - css-text/animations/tab-size-interpolations.html

Notable exclusions

1. ::marker property tab size support
   - `css/css-pseudo/marker-tab-size.html`

2. text-align property behavior with preserved tabs
   - `css/css-text/text-align/text-align-justify-tabs-*.html`

4. White-space property behavior with tabs

   - `css/css-text/white-space/tab-stop-threshold-*.html`
--

wpt-commits: 755b6e47721a4c686dc2798fb027e749ff48e320
wpt-pr: 56375

Diffstat:
Atesting/web-platform/tests/css/css-text/animations/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/css/css-text/parsing/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/css/css-text/tab-size/WEB_FEATURES.yml | 3+++
3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-text/animations/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-text/animations/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: tab-size + files: + - tab-size-interpolation.html diff --git a/testing/web-platform/tests/css/css-text/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-text/parsing/WEB_FEATURES.yml @@ -26,3 +26,6 @@ features: - name: word-spacing files: - word-spacing-* +- name: tab-size + files: + - tab-size-* diff --git a/testing/web-platform/tests/css/css-text/tab-size/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-text/tab-size/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: tab-size + files: "**"