commit 8b4b3649866ffd0afe387b07258598cee13b147b parent c61fe2fd56e6e41da686b328cd463693add68bfc Author: Mx Corey Frang <gnarf37@gmail.com> Date: Fri, 9 Jan 2026 08:37:56 +0000 Bug 2005636 [wpt PR 56694] - Classify page-setup, a=testonly Automatic update from web-platform-tests Classify page-setup (#56694) -- wpt-commits: 59feb1a1139df81c174d912ff8a478cf3d6915db wpt-pr: 56694 Diffstat:
6 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/CSS2/page-box/WEB_FEATURES.yml b/testing/web-platform/tests/css/CSS2/page-box/WEB_FEATURES.yml @@ -3,6 +3,19 @@ features: files: - page-container-003.xht - page-selectors-001.xht +- name: page-setup + files: + - 'at-page-rule*' + - 'first-page-selectors*' + - 'page-box-000.xht' + - 'page-container-000.xht' + - 'page-container-001.xht' + - 'page-container-008.xht' + - 'page-container-009.xht' + - 'page-grammar-*' + - 'page-margin-*' + - 'page-props-*' + - 'page-selectors-*' - name: width-height files: - page-container-000.xht diff --git a/testing/web-platform/tests/css/css-page/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-page/WEB_FEATURES.yml @@ -1,4 +1,13 @@ features: +- name: page-setup + files: + - forced-page-breaks-002.xht + - page-borders-000.xht + - page-box-* + - page-left-right-* + - page-margin-* + - page-rule-* + - page-size-* - name: page-orientation files: - page-orientation* diff --git a/testing/web-platform/tests/css/css-page/cssom/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-page/cssom/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: page-setup + files: + - '*' +\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-page/margin-boxes/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-page/margin-boxes/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: page-setup + files: + - '*' +\ No newline at end of file diff --git a/testing/web-platform/tests/css/css-page/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-page/parsing/WEB_FEATURES.yml @@ -1,4 +1,8 @@ features: +- name: page-setup + files: + - "*" + - "!page-orientation-*" - name: page-orientation files: - page-orientation-* diff --git a/testing/web-platform/tests/css/cssom/WEB_FEATURES.yml b/testing/web-platform/tests/css/cssom/WEB_FEATURES.yml @@ -31,3 +31,7 @@ features: - name: mutationobserver files: - MutationObserver-style.html +- name: page-setup + files: + - cssom-pagerule.html + - page-descriptors.html