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

Unified Diff: LayoutTests/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
Index: LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
diff --git a/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt b/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
index 5b309739b26284c53fdc3141df7c9fd5d314f3e0..203ce97adec86e450981fcd5c5f3e57c7fc56b58 100644
--- a/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
+++ b/LayoutTests/fast/events/pointerevents/touch-pointercancel-expected.txt
@@ -65,6 +65,13 @@ Received touchstart, touchIds=3
Received touchmove, touchIds=0123
Received touchend, touchIds=0123
+--- multi cancel tests ---
+
+Received touchstart, touchIds=012
+Received touchcancel, touchIds=2
+Received touchmove, touchIds=01
+Received touchcancel, touchIds=01
+
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698