tor-browser

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

commit 98c8f12ef7fcca004be3834f8677a177046b901e
parent 6cdd3bc14a47801bbc255fae78cd493c25ba471c
Author: jugglinmike <mike@mikepennisi.com>
Date:   Mon,  5 Jan 2026 10:22:00 +0000

Bug 2005425 [wpt PR 56670] - Map counter-related tests to web-features, a=testonly

Automatic update from web-platform-tests
Map counter-related tests to web-features (#56670)

* Map "Reversed counter-reset" to web-features

* Map "Counters (CSS)" to web-features
--

wpt-commits: 876fe001f2279b96e7c6b9e8970dc92c484835ff
wpt-pr: 56670

Diffstat:
Mtesting/web-platform/tests/css/CSS2/generated-content/WEB_FEATURES.yml | 39+++++++++++++++++++++++++++++++++++++++
Atesting/web-platform/tests/css/CSS2/lists/WEB_FEATURES.yml | 6++++++
Mtesting/web-platform/tests/css/CSS2/syntax/WEB_FEATURES.yml | 5+++++
Atesting/web-platform/tests/css/css-content/parsing/WEB_FEATURES.yml | 4++++
Mtesting/web-platform/tests/css/css-lists/WEB_FEATURES.yml | 26++++++++++++++++++++++++++
Atesting/web-platform/tests/css/css-lists/parsing/WEB_FEATURES.yml | 6++++++
6 files changed, 86 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/CSS2/generated-content/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/generated-content/WEB_FEATURES.yml @@ -90,3 +90,42 @@ features: - content-attr-case-001.html - content-attr-case-002.xht - other-attribute-001.xht +- name: counters + files: + - content-005.xht + - content-006.xht + - content-007.xht + - content-008.xht + - content-009.xht + - content-010.xht + - content-011.xht + - content-012.xht + - content-013.xht + - content-014.xht + - content-015.xht + - content-016.xht + - content-017.xht + - content-018.xht + - content-019.xht + - content-020.xht + - content-021.xht + - content-022.xht + - content-023.xht + - content-024.xht + - content-025.xht + - content-026.xht + - content-027.xht + - content-028.xht + - content-029.xht + - content-030.xht + - content-031.xht + - content-032.xht + - content-033.xht + - content-034.xht + - content-035.xht + - content-036.xht + - content-auto-reset-001.xht + - content-counter-* + - content-counters-* + - counter-* + - counters-* diff --git a/testing/web-platform/tests/css/CSS2/lists/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/lists/WEB_FEATURES.yml @@ -0,0 +1,6 @@ +features: +- name: counters + files: + - counter-* + - increment-counter-001.xht + - reset-counter-001.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 @@ -56,3 +56,8 @@ features: - at-charset-space-* - at-charset-utf16-* - charset-attr-* +- name: counters + files: + - case-sensitive-005.xht + - characters-0080-009F-001.xht + - counters-* diff --git a/testing/web-platform/tests/css/css-content/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-content/parsing/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: counters + files: + - content-counter-valid.html diff --git a/testing/web-platform/tests/css/css-lists/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-lists/WEB_FEATURES.yml @@ -5,3 +5,29 @@ features: - name: text-stroke-fill files: - marker-webkit-text-fill-color.html +- name: counter-reset-reversed + files: + - counter-reset-reversed-* + - foo-counter-reversed-* + - li-value-reversed-006b.html +- name: counters + files: + - before-after-selectors-on-code-element-crash.html + - counter-* + - "!counter-set-*" + - "!counter-slot-*" + - "!counter-reset-reversed-*" + - counters-* + - "!counters-container-crash.html" + - deep-pseudo-element-remove-update.html + - inherit-overwrites.html + - li-counter-increment-computed-style.html + - li-list-item-counter-* + - li-value-reversed-* + - "!li-value-reversed-001.html" + - "!li-value-reversed-002.html" + - "!li-value-reversed-006b.html" + - "!li-value-reversed-011.html" + - "!li-value-reversed-022.html" + - ol-change-display-type.html + - pseudo-element-remove-update.html diff --git a/testing/web-platform/tests/css/css-lists/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-lists/parsing/WEB_FEATURES.yml @@ -0,0 +1,6 @@ +features: +- name: counters + files: + - content-invalid.html + - counter-* + - counter-reset-*