| Index: LayoutTests/gamepad/gamepad-api-expected.txt
|
| diff --git a/LayoutTests/gamepad/gamepad-api-expected.txt b/LayoutTests/gamepad/gamepad-api-expected.txt
|
| index 386781ff29844aa4cb8a5082fa16159e55b4d2e3..7caf2af6ebce59bc4ee262b8f4d66905ba28d65d 100644
|
| --- a/LayoutTests/gamepad/gamepad-api-expected.txt
|
| +++ b/LayoutTests/gamepad/gamepad-api-expected.txt
|
| @@ -11,10 +11,9 @@ PASS webkitGamepads.length is 4
|
| PASS webkitGamepads[0] is undefined.
|
| PASS webkitGamepads.item.__proto__ is Function.prototype
|
| PASS webkitGamepads.item(0) is null
|
| -PASS gamepads.length is 4
|
| -PASS gamepads[0] is undefined.
|
| -PASS gamepads.item.__proto__ is Function.prototype
|
| -PASS gamepads.item(0) is null
|
| +PASS gamepads is an instance of Array
|
| +PASS gamepads.length is 0
|
| +PASS navigator.getGamepads() === navigator.getGamepads() is false
|
| PASS gamepad is non-null.
|
| PASS gamepad.connected is true
|
| PASS gamepad.__proto__ is WebKitGamepad.prototype
|
|
|