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

Unified Diff: LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt

Issue 1161783006: Populates sourceDevice attribute into TouchEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put touchevent in uievent layout test Created 5 years, 6 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-event-source-device-event-sender-expected.txt
diff --git a/LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt b/LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9478d0a8d0b3ab88f4f4faa9e8d35812bb90cde4
--- /dev/null
+++ b/LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt
@@ -0,0 +1,24 @@
+Test that touch events should have a sourceDevice and its firesTouchEvents should be true.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Sending touchstart
+PASS event.sourceDevice is non-null.
+PASS event.sourceDevice.firesTouchEvents is true
+Sending touchmove
+PASS event.sourceDevice is non-null.
+PASS event.sourceDevice.firesTouchEvents is true
+Sending touchend
+PASS event.sourceDevice is non-null.
+PASS event.sourceDevice.firesTouchEvents is true
+Sending touchstart
+PASS event.sourceDevice is non-null.
+PASS event.sourceDevice.firesTouchEvents is true
+Sending touchcancel
+PASS event.sourceDevice is non-null.
+PASS event.sourceDevice.firesTouchEvents is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698