commit 2e8f6d89c2c6266f546dd599a031f116cfbec9fa parent 2ab67ad86047d5e67fa6b90b49dcb9ea798d9202 Author: jugglinmike <mike@mikepennisi.com> Date: Thu, 27 Nov 2025 15:26:18 +0000 Bug 2002197 [wpt PR 56252] - Map "Change event" to web-features, a=testonly Automatic update from web-platform-tests Map "Change event" to web-features (#56252) This classifier includes 4 files and excludes 292 files -- wpt-commits: 4a9c412b142675395a33a09497546bf4f367f71d wpt-pr: 56252 Diffstat:
4 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/dom/events/WEB_FEATURES.yml b/testing/web-platform/tests/dom/events/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: change-event + files: + - legacy-pre-activation-behavior.window.js diff --git a/testing/web-platform/tests/html/semantics/forms/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: change-event + files: + - input-change-event-properties.html 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 @@ -18,3 +18,6 @@ features: files: - type-change-file-to-text-crash.html - input-value-invalidstateerr.html +- name: change-event + files: + - change-to-empty-value.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-textarea-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-textarea-element/WEB_FEATURES.yml @@ -4,3 +4,6 @@ features: - textarea-setcustomvalidity.html - textarea-validity-clone.html - textarea-validity-valueMissing-inside-datalist.html +- name: change-event + files: + - change-to-empty-value.html