Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / input / input-device-constructor-expected.txt
blob0ba4c4948efe84861b116bfe8336075d7dcc2912
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
10 TEST COMPLETE