OLD | NEW |
---|---|
(Empty) | |
1 This tests the constructor for the InputDevice DOM class. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
4 | |
5 | |
6 PASS new InputDevice().firesTouchEvents is false | |
7 PASS new InputDevice({ firesTouchEvents: true }).firesTouchEvents is true | |
8 PASS successfullyParsed is true | |
9 | |
10 TEST COMPLETE | |
11 | |
OLD | NEW |