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

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

Issue 1316013007: Added a test for pointercancel from touchcancel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
diff --git a/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt b/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
index 55055382a9e5d752ee063221aeca384a916348df..8ce7a45fc1cc9480c1678bfb2cc0cb838f1fbe05 100644
--- a/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
+++ b/LayoutTests/virtual/pointerevent/fast/events/pointerevents/touch-pointercancel-expected.txt
@@ -118,6 +118,21 @@ Received touchstart, touchIds=3
Received touchmove, touchIds=0123
Received touchend, touchIds=0123
+--- multi cancel tests ---
+
+Received pointerdown, pointerId=0
+Received pointerdown, pointerId=1
+Received pointerdown, pointerId=2
+Received touchstart, touchIds=012
+Received pointercancel, pointerId=2
+Received touchcancel, touchIds=2
+Received pointermove, pointerId=0
+Received pointermove, pointerId=1
+Received touchmove, touchIds=01
+Received pointercancel, pointerId=0
+Received pointercancel, pointerId=1
+Received touchcancel, touchIds=01
+
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698