| OLD | NEW |
| (Empty) | |
| 1 This is a testharness.js-based test. |
| 2 PASS Navigator interface: operation getGamepads() |
| 3 PASS Navigator must be primary interface of navigator |
| 4 PASS Stringification of navigator |
| 5 PASS Navigator interface: navigator must inherit property "getGamepads" with the
proper type (0) |
| 6 PASS Gamepad interface: existence and properties of interface object |
| 7 PASS Gamepad interface object length |
| 8 PASS Gamepad interface object name |
| 9 FAIL Gamepad interface: existence and properties of interface prototype object a
ssert_equals: class string of Gamepad.prototype expected "[object GamepadPrototy
pe]" but got "[object Gamepad]" |
| 10 PASS Gamepad interface: existence and properties of interface prototype object's
"constructor" property |
| 11 PASS Gamepad interface: attribute id |
| 12 PASS Gamepad interface: attribute index |
| 13 PASS Gamepad interface: attribute connected |
| 14 PASS Gamepad interface: attribute timestamp |
| 15 PASS Gamepad interface: attribute mapping |
| 16 PASS Gamepad interface: attribute axes |
| 17 PASS Gamepad interface: attribute buttons |
| 18 PASS GamepadButton interface: existence and properties of interface object |
| 19 PASS GamepadButton interface object length |
| 20 PASS GamepadButton interface object name |
| 21 FAIL GamepadButton interface: existence and properties of interface prototype ob
ject assert_equals: class string of GamepadButton.prototype expected "[object Ga
mepadButtonPrototype]" but got "[object GamepadButton]" |
| 22 PASS GamepadButton interface: existence and properties of interface prototype ob
ject's "constructor" property |
| 23 PASS GamepadButton interface: attribute pressed |
| 24 PASS GamepadButton interface: attribute value |
| 25 PASS GamepadEvent interface: existence and properties of interface object |
| 26 PASS GamepadEvent interface object length |
| 27 PASS GamepadEvent interface object name |
| 28 FAIL GamepadEvent interface: existence and properties of interface prototype obj
ect assert_equals: class string of GamepadEvent.prototype expected "[object Game
padEventPrototype]" but got "[object GamepadEvent]" |
| 29 PASS GamepadEvent interface: existence and properties of interface prototype obj
ect's "constructor" property |
| 30 PASS GamepadEvent interface: attribute gamepad |
| 31 PASS GamepadEvent must be primary interface of [object GamepadEvent] |
| 32 PASS Stringification of [object GamepadEvent] |
| 33 PASS GamepadEvent interface: [object GamepadEvent] must inherit property "gamepa
d" with the proper type (0) |
| 34 Harness: the test ran to completion. |
| 35 |
| OLD | NEW |