commit 8ba563e190a0e7231c4b74d7f313f699a97f2771 parent 7f6bfc9a237d70f8b45ae9a9b0e2f811218fb9b4 Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:06:33 +0000 Bug 2001477 [wpt PR 56161] - classifies z-index web feature, a=testonly Automatic update from web-platform-tests maps z-index (#56161) -- wpt-commits: 5afdb55ca1f0f32b4bf1a998cdce1ee6d26f58e7 wpt-pr: 56161 Diffstat:
5 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/CSS2/zindex/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/zindex/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: z-index + files: '**' +\ No newline at end of file diff --git a/testing/web-platform/tests/css/CSS2/zorder/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/zorder/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: z-index + files: '**' +\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-position/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-position/WEB_FEATURES.yml @@ -8,3 +8,6 @@ features: - backdrop-inherit-rendered.html - backdrop-tree-abiding-slotted.html - replaced-object-backdrop.html +- name: z-index + files: + - '*z-index*' +\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-position/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-position/parsing/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: z-index + files: + - z-index-* +\ No newline at end of file diff --git a/testing/web-platform/tests/svg/render/order/WEB_FEATURES.yml b/testing/web-platform/tests/svg/render/order/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: z-index + files: + - z-index.svg +\ No newline at end of file