blob: 8a1160ab1a4231a4a901117a0aa0c6ac6f214135 [file] [log] [blame]
This tests the constructor for the InputDeviceCapabilities DOM class.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS new InputDeviceCapabilities().firesTouchEvents is false
PASS new InputDeviceCapabilities({ firesTouchEvents: true }).firesTouchEvents is true
PASS successfullyParsed is true
TEST COMPLETE