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

Unified Diff: third_party/WebKit/LayoutTests/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: Rebased Created 4 years, 8 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-pointercancel-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
index 203ce97adec86e450981fcd5c5f3e57c7fc56b58..1f2f5e9f09ffe05c53e831eb48d7a7d61ab4697b 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
@@ -5,51 +5,37 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
--- single drag tests ---
--- preventDefault on none, without uncanceledMoveCausesScroll --
+-- preventDefault on none, without notifyStartOfTouchScroll --
Received touchstart, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchend, touchIds=0
--- preventDefault on pointermove, without uncanceledMoveCausesScroll --
+-- preventDefault on pointermove, without notifyStartOfTouchScroll --
Received touchstart, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchend, touchIds=0
--- preventDefault on touchmove, without uncanceledMoveCausesScroll --
-Received touchstart, touchIds=0
-Received touchmove, touchIds=0, prevented default
-Received touchmove, touchIds=0, prevented default
-Received touchmove, touchIds=0, prevented default
-Received touchend, touchIds=0
-
--- preventDefault on none, with uncanceledMoveCausesScroll --
+-- preventDefault on none, with notifyStartOfTouchScroll --
Received touchstart, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchend, touchIds=0
--- preventDefault on pointermove, with uncanceledMoveCausesScroll --
+-- preventDefault on pointermove, with notifyStartOfTouchScroll --
Received touchstart, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchmove, touchIds=0
Received touchend, touchIds=0
--- preventDefault on touchmove, with uncanceledMoveCausesScroll --
-Received touchstart, touchIds=0
-Received touchmove, touchIds=0, prevented default
-Received touchmove, touchIds=0, prevented default
-Received touchmove, touchIds=0, prevented default
-Received touchend, touchIds=0
-
--- multi drag tests ---
--- preventDefault on none, without uncanceledMoveCausesScroll --
+-- preventDefault on none, without notifyStartOfTouchScroll --
Received touchstart, touchIds=012
Received touchmove, touchIds=012
Received touchmove, touchIds=012
@@ -57,7 +43,7 @@ Received touchstart, touchIds=3
Received touchmove, touchIds=0123
Received touchend, touchIds=0123
--- preventDefault on none, with uncanceledMoveCausesScroll --
+-- preventDefault on none, with notifyStartOfTouchScroll --
Received touchstart, touchIds=012
Received touchmove, touchIds=012
Received touchmove, touchIds=012

Powered by Google App Engine
This is Rietveld 408576698