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 |