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

Unified Diff: LayoutTests/fast/events/touch/touch-tilt-expected.txt

Issue 750013004: Added experimental tilt and tiltDirection to the Touch interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Keep eventSender.setTouchPointTilt under "if" + added 4th argument (set_state_moved) Created 5 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: LayoutTests/fast/events/touch/touch-tilt-expected.txt
diff --git a/LayoutTests/fast/events/touch/touch-tilt-expected.txt b/LayoutTests/fast/events/touch/touch-tilt-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..29cd8b8de2e191637a9d5f1cbf1849e41d782e0d
--- /dev/null
+++ b/LayoutTests/fast/events/touch/touch-tilt-expected.txt
@@ -0,0 +1,19 @@
+Test verifies tilt and tiltDirection can be plumbed through correctly via eventSender
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Sending touchmove (1)
+PASS touch is null
+PASS touch is non-null.
+PASS touch.tilt is NaN
+PASS touch.tiltDirection is NaN
+PASS touch is null
+Sending touchmove (2)
+PASS touch is null
+PASS touch is non-null.
+PASS touch.tilt is 45
+PASS touch.tiltDirection is 60
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698