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 --- ...ent_touch-action-rotated-divs_touch-manual.html | 92 ++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 testing/web-platform/tests/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html (limited to 'testing/web-platform/tests/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html') diff --git a/testing/web-platform/tests/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html b/testing/web-platform/tests/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html new file mode 100644 index 0000000000..1c09b15f1f --- /dev/null +++ b/testing/web-platform/tests/pointerevents/pointerevent_touch-action-rotated-divs_touch-manual.html @@ -0,0 +1,92 @@ + + + + Pointer Event: touch-action in rotated divs + + + + + + + + + + + + +

Pointer Event: touch-action in rotated divs

+

+

+ Tests that touch-action directions in a div rotated by 90-degrees are interpreted in the local (rotated) coordinate space +

+
    +
  1. Make 4 separate touch drags on Green, in this order: drag UP, then drag DOWN, then drag LEFT, then drag RIGHT.
  2. +
  3. Tap on Done.
  4. +
  5. Repeat the touch drags once again, in the same order.
  6. +
  7. Tap on Done.
  8. +
+
+ +
+ + -- cgit v1.2.3