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

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

Issue 1800143002: Notify Blink about start of gesture scroll through a queued event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 889b94ed597d7d25eb8ebac4a63bb3d7b86d336a..d1dd56c727890371a3b94922ef656ea163440800 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
@@ -65,9 +65,8 @@ Received pointermove, pointerId=7
Received touchmove, touchIds=0, prevented default
Received pointermove, pointerId=7
Received touchmove, touchIds=0, prevented default
-Received pointermove, pointerId=7
+Received pointercancel, pointerId=7
Received touchmove, touchIds=0, prevented default
-Received pointerup, pointerId=7
Received touchend, touchIds=0
--- multi drag tests ---
@@ -111,9 +110,9 @@ Received pointermove, pointerId=12
Received pointermove, pointerId=13
Received pointermove, pointerId=14
Received touchmove, touchIds=012
-Received pointercancel, pointerId=12
Received pointercancel, pointerId=13
Received pointercancel, pointerId=14
+Received pointercancel, pointerId=12
Received touchstart, touchIds=3
Received touchmove, touchIds=0123
Received touchend, touchIds=0123

Powered by Google App Engine
This is Rietveld 408576698