Index: LayoutTests/fast/input/input-device-constructor-expected.txt |
diff --git a/LayoutTests/fast/input/input-device-constructor-expected.txt b/LayoutTests/fast/input/input-device-constructor-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..79e076dc5053ab90fd7570b264d152cb4065bb13 |
--- /dev/null |
+++ b/LayoutTests/fast/input/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 |
+ |