1 This tests the constructor for the InputDeviceCapabilities DOM class.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS new InputDeviceCapabilities().firesTouchEvents is false
7 PASS new InputDeviceCapabilities({ firesTouchEvents: true }).firesTouchEvents is true
8 PASS successfullyParsed is true