commit d3efec3d533b86e78ea1728e5e53661e21498d97 parent 12c0174f140e69163218aface4a3fe75dd347841 Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:16:37 +0000 Bug 2006484 [wpt PR 56793] - classifies "open-pseudo" web feature, a=testonly Automatic update from web-platform-tests classifies "open-pseudo" web feature (#56793) * first pass at mapping "open-pseudo" * adds additional mappings Noting that the spec is referenced in all of these tests: https://drafts.csswg.org/selectors-4/#open-state -- wpt-commits: a94b616f3d392dba0131be07b86f794365ae9614 wpt-pr: 56793 Diffstat:
4 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/selectors/WEB_FEATURES.yml b/testing/web-platform/tests/css/selectors/WEB_FEATURES.yml @@ -38,3 +38,6 @@ features: - hover-002.html - remove-hovered-element.html - focus-display-none-001.html +- name: open-pseudo + files: + - open-pseudo.html diff --git a/testing/web-platform/tests/css/selectors/selectors-4/WEB_FEATURES.yml b/testing/web-platform/tests/css/selectors/selectors-4/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: open-pseudo + files: + - details-open-pseudo-* diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: open-pseudo + files: + - select-pseudo-open.html diff --git a/testing/web-platform/tests/html/semantics/interactive-elements/the-dialog-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/interactive-elements/the-dialog-element/WEB_FEATURES.yml @@ -22,3 +22,6 @@ features: - modal-dialog-backdrop-opacity.html - modal-dialog-display-contents.html - modal-dialog-generated-content.html +- name: open-pseudo + files: + - dialog-open-pseudo-invalidation.html