Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-mouse-expected.txt

Issue 2141993003: PointerEvents for long-press: fix double firing & canceling MEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed formats. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-mouse-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-mouse-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-mouse-expected.txt
index df1025af783b6645fbddd3a859c5392e8a662e23..b36100353ac086df4a9ed2da6eeaca812cb3e904 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-mouse-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-mouse-expected.txt
@@ -30,6 +30,22 @@ Received mousemove
Received mousedown
Received mouseup
Received click
+-- Long-press with paired GEs --
+Received pointerdown primary
+Received touchstart
+Received pointercancel primary
+Received touchcancel
+Received mousemove
+Received mousedown
+-- Long-press without paired GEs --
+Received pointerdown primary
+Received touchstart
+Received pointercancel primary
+Received touchcancel
+Received mousemove
+Received mousedown
+Received mousemove
+Received mousedown
=== With primary pointerdown canceled ===
-- Tap with paired GEs --
@@ -52,6 +68,20 @@ Received mousemove
Received mousedown
Received mouseup
Received click
+-- Long-press with paired GEs --
+Received pointerdown primary,canceled
+Received touchstart
+Received pointercancel primary
+Received touchcancel
+-- Long-press without paired GEs --
+Received pointerdown primary,canceled
+Received touchstart
+Received pointercancel primary
+Received touchcancel
+Received mousemove
+Received mousedown
+Received mousemove
+Received mousedown
=== With primary pointerdown uncanceled ===
-- Tap with paired GEs --
@@ -80,6 +110,22 @@ Received mousemove
Received mousedown
Received mouseup
Received click
+-- Long-press with paired GEs --
+Received pointerdown primary
+Received touchstart
+Received pointercancel primary
+Received touchcancel
+Received mousemove
+Received mousedown
+-- Long-press without paired GEs --
+Received pointerdown primary
+Received touchstart
+Received pointercancel primary
+Received touchcancel
+Received mousemove
+Received mousedown
+Received mousemove
+Received mousedown
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698