tor-browser

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

commit 11c75dbdec3539bf37f5b1aaf4f724c2bb3ffeb8
parent 61225341c9b2853294ac4553ea2cbbd267d1ba7b
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Thu, 27 Nov 2025 15:27:51 +0000

Bug 2002603 [wpt PR 56305] - Map `stretch` web-feature, a=testonly

Automatic update from web-platform-tests
Map `stretch` web-feature (#56305)

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

**Notable exclusions**

1. `css/css-sizing/*` - These tests verify multiple sizing keywords together, not exclusively the `stretch` keyword

2. `css/css-flexbox/*-stretch` - `align-items: stretch`, `align-self: stretch`

3. `css/css-align/` - `align-self: stretch`, `justify-self: stretch`

4. `css/css-fonts/font-stretch-*.html` - `font-stretch`

5. `css/css-sizing/replaced-aspect-ratio-stretch-fit-*` - These mention "stretch-fit" but don't actually use the `stretch` sizing keyword
--

wpt-commits: 066eccd816d279072aa64b4123716cd574549cbc
wpt-pr: 56305

Diffstat:
Atesting/web-platform/tests/css/css-sizing/stretch/WEB_FEATURES.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-sizing/stretch/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-sizing/stretch/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: stretch + files: "**"