commit bc03d25ad806dcb2a6be4541d2a2f9f8c546104a parent fe40fd4eede7ae7f3854925e0a15386960ddb7a4 Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:37:07 +0000 Bug 2005017 [wpt PR 56605] - classifies "form" web feature, a=testonly Automatic update from web-platform-tests classifies "form" web feature (#56605) -- wpt-commits: fc0539271c6420d3de04ec599cec40bd9089cf46 wpt-pr: 56605 Diffstat:
7 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/html/semantics/forms/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/WEB_FEATURES.yml @@ -1,4 +1,7 @@ features: +- name: form + files: + - historical.html - name: change-event files: - input-change-event-properties.html diff --git a/testing/web-platform/tests/html/semantics/forms/attributes-common-to-form-controls/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/attributes-common-to-form-controls/WEB_FEATURES.yml @@ -1,4 +1,8 @@ features: +- name: form + files: + - '*' + - '!dirname-*' - name: dirname files: - dirname-* diff --git a/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: form + files: "**" diff --git a/testing/web-platform/tests/html/semantics/forms/form-submission-0/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/form-submission-0/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: form + files: "**" diff --git a/testing/web-platform/tests/html/semantics/forms/form-submission-target/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/form-submission-target/WEB_FEATURES.yml @@ -1,4 +1,8 @@ features: +- name: form + files: + - '*' + - '!rel-base-target.html' - name: base files: - rel-base-target.html diff --git a/testing/web-platform/tests/html/semantics/forms/resetting-a-form/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/resetting-a-form/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: form + files: "**" diff --git a/testing/web-platform/tests/html/semantics/forms/the-form-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-form-element/WEB_FEATURES.yml @@ -1,4 +1,10 @@ features: +- name: form + files: + - '*' + - '!form-checkvalidity.html' + - '!form-action-reflection-with-base-url.html' + - '!form-action-submission-with-base-url.html' - name: constraint-validation files: - form-checkvalidity.html