Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / gamepad / gamepad-events-basic-expected.txt
blob39ab31b332e5201da1b821ae287cf97814bacc0b
1 Basic test for 'gamepadconnected' and 'gamepaddisconnected' events.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Gamepad connected
7 PASS event.__proto__ is GamepadEvent.prototype
8 PASS event.__proto__.__proto__ is Event.prototype
9 PASS event.gamepad.id is "MockStick 3000"
10 PASS event.gamepad.buttons.length is 3
11 PASS event.gamepad.axes.length is 3
12 PASS event.gamepad.buttons[0].value is 1.0
13 PASS event.gamepad.buttons[0].pressed is true
14 PASS event.gamepad.buttons[1].value is 0.0
15 PASS event.gamepad.buttons[1].pressed is false
16 PASS event.gamepad.axes.length is 3
17 PASS event.gamepad.buttons[2].value is 0.333333
18 PASS event.gamepad.buttons[2].pressed is true
19 PASS event.gamepad.axes[0] is 0.5
20 PASS event.gamepad.axes[1] is -1.0
21 PASS event.gamepad.axes[2] is 0.333333
22 Gamepad disconnected
23 PASS event.__proto__ is GamepadEvent.prototype
24 PASS event.__proto__.__proto__ is Event.prototype
25 PASS event.gamepad.id is "MockStick 3000"
26 PASS event.gamepad.buttons.length is 3
27 PASS event.gamepad.axes.length is 3
28 PASS successfullyParsed is true
30 TEST COMPLETE