commit 6a5aeaf8ca6377571a121c6ed38cd67e0d90b8f9 parent a074ef2642ab3629c5006b9c477824e68cb8b1c5 Author: jugglinmike <mike@mikepennisi.com> Date: Tue, 21 Oct 2025 10:16:47 +0000 Bug 1994381 [wpt PR 55150] - Map various tests to web-features, a=testonly Automatic update from web-platform-tests Map various tests to web-features (#55150) * Map "UI fonts" to web-features * Map crisp-edges to web-features * Map "text-indent: each-line" to web-features * Map Time-relative pseudo-selectors to web-features * Map "Gamepad haptic feedback" to web-features * Map "Date and time <input> types" to web-features * Map <input type="file"> to web-features * Map "registerProtocolHandler" to web-features * Map "autocapitalize" to web-features * Map "ping" to web-features -- wpt-commits: 5ef8421aa00863a5a9c9eb664634627e635e4306 wpt-pr: 55150 Diffstat:
17 files changed, 76 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/css/css-fonts/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-fonts/WEB_FEATURES.yml @@ -42,3 +42,6 @@ features: - name: font-language-override files: - font-language-override-* +- name: font-family-ui + files: + - standard-font-family-* diff --git a/testing/web-platform/tests/css/css-images/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-images/WEB_FEATURES.yml @@ -5,3 +5,8 @@ features: - name: object-view-box files: - object-view-box-* +- name: crisp-edges + files: + - object-fit-*-png* + - "!object-fit-containcontainintrinsicsize-png-*" + - "!object-fit-containsize-png-*" diff --git a/testing/web-platform/tests/css/css-text/text-indent/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-text/text-indent/WEB_FEATURES.yml @@ -1,3 +1,8 @@ features: - name: text-indent - files: "**" + files: + - "*" + - "!text-indent-each-line-hanging.html" +- name: text-indent-each-line + files: + - text-indent-each-line-hanging.html diff --git a/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-typed-om/the-stylepropertymap/properties/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: text-indent-each-line + files: + - text-indent.html diff --git a/testing/web-platform/tests/gamepad/WEB_FEATURES.yml b/testing/web-platform/tests/gamepad/WEB_FEATURES.yml @@ -1,3 +1,8 @@ features: - name: gamepad - files: "**" + files: + - "*" + - "!*-rumble-effect-*" +- name: gamepad-haptics + files: + - "*-rumble-effect-*" diff --git a/testing/web-platform/tests/html/editing/editing-0/autocapitalization/WEB_FEATURES.yml b/testing/web-platform/tests/html/editing/editing-0/autocapitalization/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: autocapitalize + files: "**" diff --git a/testing/web-platform/tests/html/interaction/focus/WEB_FEATURES.yml b/testing/web-platform/tests/html/interaction/focus/WEB_FEATURES.yml @@ -2,3 +2,6 @@ features: - name: tabindex files: - tabindex-focus-flag.html +- name: input-file + files: + - focus-file-input.html diff --git a/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-fieldset-element/WEB_FEATURES.yml @@ -6,3 +6,6 @@ features: - fieldset-validationmessage.html - fieldset-validity.html - fieldset-willvalidate.html +- name: input-file + files: + - disabled-002.xhtml 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 @@ -9,3 +9,12 @@ features: - name: show-picker-input files: - show-picker-* +- name: input-date-time + files: + - date* + - time* + - input-valueasdate* +- name: input-file + files: + - type-change-file-to-text-crash.html + - input-value-invalidstateerr.html diff --git a/testing/web-platform/tests/html/semantics/links/downloading-resources/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/links/downloading-resources/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: ping + files: "**" diff --git a/testing/web-platform/tests/html/semantics/links/hyperlink-auditing/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/links/hyperlink-auditing/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: ping + files: "**" diff --git a/testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml b/testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml @@ -6,3 +6,6 @@ features: files: - navigator_user_agent.tentative.html - navigator_user_agent.https.tentative.html +- name: registerprotocolhandler + files: + - protocol-* diff --git a/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/bold_object/WEB_FEATURES.yml b/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/bold_object/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: time-relative-selectors + files: + - "*_past*" + - "*_future*" diff --git a/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/WEB_FEATURES.yml b/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: time-relative-selectors + files: + - "*_past*" + - "*_future*" diff --git a/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/WEB_FEATURES.yml b/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/italic_object/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: time-relative-selectors + files: + - "*_past*" + - "*_future*" diff --git a/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/underline_object/WEB_FEATURES.yml b/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/underline_object/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: time-relative-selectors + files: + - "*_past*" + - "*_future*" diff --git a/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/WEB_FEATURES.yml b/testing/web-platform/tests/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/voice_object/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: time-relative-selectors + files: + - "*_past*" + - "*_future*"