tor-browser

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

commit 81b59367209d3cc03eab88bf55866d1cb75186e3
parent efbf34cf1dc0424df90117b75cc8d2c10802060d
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Mon,  8 Dec 2025 12:26:15 +0000

Bug 2004318 [wpt PR 56434] - Map `text-indent-hanging` web-feature, a=testonly

Automatic update from web-platform-tests
Map `text-indent-hanging` web-feature (#56434)

This is another case where this PR is mostly intended to raise the question of overlap. This feature is only tested in overlap with other features.  The mapped test file does test each-line and hanging in isolation. It also tests them in combination. It is likely that the actual TODO here is to remove both mappings.
--

wpt-commits: d5c04901e59db09e57c54dea7c5a8c822e0f796d
wpt-pr: 56434

Diffstat:
Mtesting/web-platform/tests/css/css-text/text-indent/WEB_FEATURES.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-text/text-indent/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-text/text-indent/WEB_FEATURES.yml @@ -6,3 +6,6 @@ features: - name: text-indent-each-line files: - text-indent-each-line-hanging.html +- name: text-indent-hanging + files: + - text-indent-each-line-hanging.html