tor-browser

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

commit 3614e15ea4ccdf9703b8a0d09ab9de21555d617b
parent d40379890b12ffe0d65b5cf91072ce8c2969b3e6
Author: jugglinmike <mike@mikepennisi.com>
Date:   Mon,  8 Dec 2025 12:28:52 +0000

Bug 2002499 [wpt PR 56291] - Map "@charset" to web-features, a=testonly

Automatic update from web-platform-tests
Map "@charset" to web-features (#56291)

This classifier includes 71 files and excludes 396 files
--

wpt-commits: ab9df8a20dd2484688521b7a2da06cb4b64e1293
wpt-pr: 56291

Diffstat:
Atesting/web-platform/tests/css/CSS2/i18n/syndata/WEB_FEATURES.yml | 24++++++++++++++++++++++++
Mtesting/web-platform/tests/css/CSS2/syntax/WEB_FEATURES.yml | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
Atesting/web-platform/tests/html/semantics/scripting-1/the-script-element/WEB_FEATURES.yml | 4++++
3 files changed, 79 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/CSS2/i18n/syndata/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/i18n/syndata/WEB_FEATURES.yml @@ -0,0 +1,24 @@ +features: +- name: charset + files: + # The tests in this directory employ various (and sometimes conflicting) + # techniques to specify the CSS document's character set. Those listed below + # specifically use the `@charset` rule. + - character-encoding-004.xht + - character-encoding-005.xht + - character-encoding-006.xht + - character-encoding-013.xht + - character-encoding-014.xht + - character-encoding-015.xht + - character-encoding-016.xht + - character-encoding-017.xht + - character-encoding-018.xht + - character-encoding-019.xht + - character-encoding-020.xht + - character-encoding-021.xht + - character-encoding-022.xht + - character-encoding-023.xht + - character-encoding-024.xht + - character-encoding-025.xht + - character-encoding-026.xht + - character-encoding-029.xht diff --git a/testing/web-platform/tests/css/CSS2/syntax/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/syntax/WEB_FEATURES.yml @@ -5,3 +5,54 @@ features: - colors-002* - colors-003* - colors-004* +- name: charset + # The tests in this directory employ various (and sometimes conflicting) + # techniques to specify the CSS document's character set. Those listed below + # specifically use the `@charset` rule. + files: + - at-charset-002.xht + - at-charset-007.xht + - at-charset-008.xht + - at-charset-009.xht + - at-charset-014.xht + - at-charset-015.xht + - at-charset-016.xht + - at-charset-019.xht + - at-charset-020.xht + - at-charset-021.xht + - at-charset-024.xht + - at-charset-025.xht + - at-charset-026.xht + - at-charset-027.xht + - at-charset-028.xht + - at-charset-029.xht + - at-charset-030.xht + - at-charset-037.xht + - at-charset-038.xht + - at-charset-039.xht + - at-charset-040.xht + - at-charset-041.xht + - at-charset-042.xht + - at-charset-043.xht + - at-charset-044.xht + - at-charset-045.xht + - at-charset-046.xht + - at-charset-047.xht + - at-charset-048.xht + - at-charset-049.xht + - at-charset-050.xht + - at-charset-051.xht + - at-charset-052.xht + - at-charset-053.xht + - at-charset-054.xht + - at-charset-055.xht + - at-charset-056.xht + - at-charset-057.xht + - at-charset-058.xht + - at-charset-059.xht + - at-charset-060.xht + - at-charset-061.xht + - at-charset-quotes-* + - at-charset-space-* + - at-charset-utf16-* + - charset-attr-* diff --git a/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: charset + files: + - script-charset-03.html