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

Unified Diff: third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt

Issue 1989623002: Suppressed MEs for gestures from cancelled PEs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 6 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/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
index 8bf0e2d607197eb550d65271c39365d38aa297cc..e366769428dd118bf78f482f155191b8d0e7e1ed 100644
--- a/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
@@ -27,8 +27,11 @@ Received pointerenter, pointerId=3
Received pointerdown, pointerId=3
Received touchstart, touchIds=0
Received pointermove, pointerId=3, prevented default
+Received touchmove, touchIds=0
Received pointermove, pointerId=3, prevented default
+Received touchmove, touchIds=0
Received pointermove, pointerId=3, prevented default
+Received touchmove, touchIds=0
Received pointerup, pointerId=3
Received pointerout, pointerId=3
Received pointerleave, pointerId=3
@@ -54,6 +57,7 @@ Received pointerenter, pointerId=5
Received pointerdown, pointerId=5
Received touchstart, touchIds=0
Received pointermove, pointerId=5, prevented default
+Received touchmove, touchIds=0
Received pointercancel, pointerId=5
Received pointerout, pointerId=5
Received pointerleave, pointerId=5

Powered by Google App Engine
This is Rietveld 408576698