tor-browser

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

commit 13b6ea44f588a57e75b54fa48764603ab9c2ed2a
parent d36cfaf346d6bc403e140681b65ebff371779c49
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Thu,  8 Jan 2026 17:37:02 +0000

Bug 2005901 [wpt PR 56727] - classifies button-element web feature, a=testonly

Automatic update from web-platform-tests
classifies button-element web feature (#56727)

* classifies "button" web feature

* maps tests in `html/rendering`
--

wpt-commits: 2379ff0846a5d05880730074fbd4b2524ab90504
wpt-pr: 56727

Diffstat:
Atesting/web-platform/tests/html/rendering/bindings/the-button-element/WEB_FEATURES.yml | 3+++
Atesting/web-platform/tests/html/rendering/widgets/button-layout/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/html/semantics/forms/the-button-element/WEB_FEATURES.yml | 10++++++++++
3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/rendering/bindings/the-button-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/bindings/the-button-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: button + files: "**" diff --git a/testing/web-platform/tests/html/rendering/widgets/button-layout/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/widgets/button-layout/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: button + files: "**" diff --git a/testing/web-platform/tests/html/semantics/forms/the-button-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-button-element/WEB_FEATURES.yml @@ -1,4 +1,14 @@ features: +- name: button + files: + - '*' + - '!button-checkvalidity.html' + - '!button-setcustomvalidity.html' + - '!button-validation.html' + - '!button-validationmessage.html' + - '!button-validity.html' + - '!button-willvalidate-readonly-attribute.html' + - '!button-willvalidate.html' - name: constraint-validation files: - button-checkvalidity.html