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

Unified Diff: LayoutTests/fast/events/constructors/input-device-constructor-expected.txt

Issue 1157173003: Impelement InputDevice.firesTouchEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/constructors/input-device-constructor-expected.txt
diff --git a/LayoutTests/fast/events/constructors/input-device-constructor-expected.txt b/LayoutTests/fast/events/constructors/input-device-constructor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..79e076dc5053ab90fd7570b264d152cb4065bb13
--- /dev/null
+++ b/LayoutTests/fast/events/constructors/input-device-constructor-expected.txt
@@ -0,0 +1,11 @@
+This tests the constructor for the InputDevice DOM class.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS new InputDevice().firesTouchEvents is false
+PASS new InputDevice({ firesTouchEvents: true }).firesTouchEvents is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698