Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: LayoutTests/gamepad/gamepad-events-basic-expected.txt

Issue 212813008: Gamepad API: tests for gamepad events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: check prototypes Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/gamepad/gamepad-events-basic.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Basic test for 'gamepadconnected' and 'gamepaddisconnected' events.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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 2
11 PASS event.gamepad.axes.length is 2
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 2
17 PASS event.gamepad.axes[0] is 0.5
18 PASS event.gamepad.axes[1] is -1.0
19 Gamepad disconnected
20 PASS event.__proto__ is GamepadEvent.prototype
21 PASS event.__proto__.__proto__ is Event.prototype
22 PASS event.gamepad.id is "MockStick 3000"
23 PASS event.gamepad.buttons.length is 2
24 PASS event.gamepad.axes.length is 2
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28
OLDNEW
« no previous file with comments | « LayoutTests/gamepad/gamepad-events-basic.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698