tor-browser

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

commit 018c19db8c4f387ca5cc1bbf40b24408853bc214
parent 57d76786aa586ea6ac2bd94b4f60993ff0b8acda
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Thu,  8 Jan 2026 17:36:55 +0000

Bug 2005370 [wpt PR 56667] - Web features simple input types, a=testonly

Automatic update from web-platform-tests
Web features simple input types (#56667)

* classifies "input-hidden" web feature

* maps "input-image" web feature

* maps "input-button" web feature

* maps "input-reset" web feature

* maps "input-submit" web feature

* maps "input-email-tel-url" feature

* maps "input-color" feature

* maps "input-range" web feature

* maps "input-password"
--

wpt-commits: d1d31a50bf28010d872d05d9660cbf5d2e92beab
wpt-pr: 56667

Diffstat:
Mtesting/web-platform/tests/html/rendering/widgets/WEB_FEATURES.yml | 3+++
Mtesting/web-platform/tests/html/semantics/forms/the-input-element/WEB_FEATURES.yml | 31+++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/rendering/widgets/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/widgets/WEB_FEATURES.yml @@ -5,3 +5,6 @@ features: - name: textarea files: - textarea-* +- name: input-password + files: + - input-password-* diff --git a/testing/web-platform/tests/html/semantics/forms/the-input-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-input-element/WEB_FEATURES.yml @@ -21,3 +21,34 @@ features: - name: change-event files: - change-to-empty-value.html +- name: input-hidden + files: + - hidden* +- name: input-image + files: + - image* +- name: input-button + files: + - button.html + - input-type-button.html +- name: input-reset + files: + - reset.html +- name: input-submit + files: + - input-submit-remove-jssubmit.html + - input-type-change-submit.html +- name: input-email-tel-url + files: + - email* + - telephone.html + - url.html +- name: input-color + files: + - color* +- name: input-range + files: + - range* +- name: input-password + files: + - password*