From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../parsing/touch-action-computed.html | 24 ++++++++++++++++++++++ .../parsing/touch-action-invalid.html | 18 ++++++++++++++++ .../pointerevents/parsing/touch-action-valid.html | 23 +++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 testing/web-platform/tests/pointerevents/parsing/touch-action-computed.html create mode 100644 testing/web-platform/tests/pointerevents/parsing/touch-action-invalid.html create mode 100644 testing/web-platform/tests/pointerevents/parsing/touch-action-valid.html (limited to 'testing/web-platform/tests/pointerevents/parsing') diff --git a/testing/web-platform/tests/pointerevents/parsing/touch-action-computed.html b/testing/web-platform/tests/pointerevents/parsing/touch-action-computed.html new file mode 100644 index 0000000000..59255bec45 --- /dev/null +++ b/testing/web-platform/tests/pointerevents/parsing/touch-action-computed.html @@ -0,0 +1,24 @@ + + + + +Pointer Events: getComputedStyle().touchAction + + + + + + + +
+ + + diff --git a/testing/web-platform/tests/pointerevents/parsing/touch-action-invalid.html b/testing/web-platform/tests/pointerevents/parsing/touch-action-invalid.html new file mode 100644 index 0000000000..979dc252d3 --- /dev/null +++ b/testing/web-platform/tests/pointerevents/parsing/touch-action-invalid.html @@ -0,0 +1,18 @@ + + + +Pointer Events: parsing touch-action with invalid values + + + + + + + + + + diff --git a/testing/web-platform/tests/pointerevents/parsing/touch-action-valid.html b/testing/web-platform/tests/pointerevents/parsing/touch-action-valid.html new file mode 100644 index 0000000000..9bb5d023ed --- /dev/null +++ b/testing/web-platform/tests/pointerevents/parsing/touch-action-valid.html @@ -0,0 +1,23 @@ + + + +Pointer Events: parsing touch-action with valid values + + + + + + + + + + -- cgit v1.2.3