tor-browser

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

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

Bug 2004315 [wpt PR 56432] - Map `text-encoding` web-feature, a=testonly

Automatic update from web-platform-tests
Map `text-encoding` web-feature (#56432)

Feature: `text-encoding`

Reference: https://github.com/web-platform-dx/web-features/blob/main/features/text-encoding.yml

Notable exclusions

1. Tests are about CSS text encoding, not the TextEncoder/TextDecoder API

   - `css/css-text/text-encoding/shaping-join-*.html` (9 files)

2. Tests using TextEncoder/TextDecoder as infra for other features

   - `FileAPI/blob/Blob-*.any.js` - Primary focus: Blob API
   - `compression/compression-*.any.js` - Primary focus: Compression Streams API
--

wpt-commits: a35f0d981255592a49f7f5011e290b7bed18c70c
wpt-pr: 56432

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

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