commit b06bcd9950da3e7ec097b4747026c04a2ae21cf1 parent 8770bf988b918c1808f11e61a94ea4c4e8d8d74e Author: jugglinmike <mike@mikepennisi.com> Date: Sat, 22 Nov 2025 21:12:36 +0000 Bug 1996796 [wpt PR 55697] - Map various tests to web-features (06), a=testonly Automatic update from web-platform-tests Map various tests to web-features (06) (#55697) -- wpt-commits: 48cf14ebc7a547ea7c6056c59803395666b3f0b7 wpt-pr: 55697 Diffstat:
9 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/css-pseudo/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-pseudo/WEB_FEATURES.yml @@ -28,3 +28,7 @@ features: files: - backdrop-animate-002.html - backdrop-animate.html +- name: before-after + files: + - before-* + - pseudo-replaced-elements.html diff --git a/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/WEB_FEATURES.yml b/testing/web-platform/tests/html/browsers/browsing-the-web/unloading-documents/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: beforeunload + files: + - "*beforeunload*" diff --git a/testing/web-platform/tests/html/browsers/the-window-object/WEB_FEATURES.yml b/testing/web-platform/tests/html/browsers/the-window-object/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: barprop + files: + - BarProp.window.js + - noopener-noreferrer-BarProp.window.js diff --git a/testing/web-platform/tests/html/browsers/the-window-object/open-close/resources/WEB_FEATURES.yml b/testing/web-platform/tests/html/browsers/the-window-object/open-close/resources/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: barprop + files: + - is-popup-barprop.html diff --git a/testing/web-platform/tests/html/dom/directionality/WEB_FEATURES.yml b/testing/web-platform/tests/html/dom/directionality/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: bdi + files: + - bdi-element-* diff --git a/testing/web-platform/tests/html/semantics/text-level-semantics/the-bdi-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/text-level-semantics/the-bdi-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: bdi + files: "**" diff --git a/testing/web-platform/tests/html/semantics/text-level-semantics/the-bdo-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/text-level-semantics/the-bdo-element/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: bdo + files: "**" diff --git a/testing/web-platform/tests/html/webappapis/atob/WEB_FEATURES.yml b/testing/web-platform/tests/html/webappapis/atob/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: base64encodedecode + files: "**" diff --git a/testing/web-platform/tests/performance-timeline/not-restored-reasons/WEB_FEATURES.yml b/testing/web-platform/tests/performance-timeline/not-restored-reasons/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: bfcache-blocking-reasons + files: "**"