commit 4fd4f0ffd346e4e7a434d11c6a8728b259b1ac79 parent 28240a8d63574671852b9572ac944ffe6bf485fe Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:36:34 +0000 Bug 2004361 [wpt PR 56513] - classifies "touch-action" web feature, a=testonly Automatic update from web-platform-tests classifies "touch-action" web feature (#56513) -- wpt-commits: 9164d331a059366e62c10af44ebd5d1519889e3f wpt-pr: 56513 Diffstat:
8 files changed, 41 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/tests/pointerevents/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/WEB_FEATURES.yml @@ -1,3 +1,11 @@ features: - name: pointer-events-api - files: "**" + files: + - "*" + - "!*touch-action*" + - "!inheritance.html" +- name: touch-action + files: + - "*touch-action*" + - inheritance.html + diff --git a/testing/web-platform/tests/pointerevents/bugs/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/bugs/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: pointer-events-api + files: + - "*" diff --git a/testing/web-platform/tests/pointerevents/compat/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/compat/WEB_FEATURES.yml @@ -0,0 +1,8 @@ +features: +- name: pointer-events-api + files: + - "*" + - "!*touch-action*" +- name: touch-action + files: + - "*touch-action*" diff --git a/testing/web-platform/tests/pointerevents/crashtests/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/crashtests/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: pointer-events-api + files: + - "*" diff --git a/testing/web-platform/tests/pointerevents/html/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/html/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: pointer-events-api + files: + - "*" diff --git a/testing/web-platform/tests/pointerevents/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/parsing/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: touch-action + files: + - touch-action-* diff --git a/testing/web-platform/tests/pointerevents/persistentDeviceId/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/persistentDeviceId/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: pointer-events-api + files: + - "*" diff --git a/testing/web-platform/tests/pointerevents/pointerlock/WEB_FEATURES.yml b/testing/web-platform/tests/pointerevents/pointerlock/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: pointer-events-api + files: + - "*"