| Index: third_party/WebKit/LayoutTests/gamepad/gamepad-polling-access-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/gamepad/gamepad-polling-access-expected.txt b/third_party/WebKit/LayoutTests/gamepad/gamepad-polling-access-expected.txt
|
| index 15d54ce40ab1efb55871ea2ff48a8fb8ea77ffb4..af354fb4ae039c6cc5d74d83ea57898ab6615bfb 100644
|
| --- a/third_party/WebKit/LayoutTests/gamepad/gamepad-polling-access-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/gamepad/gamepad-polling-access-expected.txt
|
| @@ -3,13 +3,13 @@ PASS navigator.getGamepads().item(0) is null
|
| PASS navigator.getGamepads().item(1) is null
|
| PASS navigator.getGamepads().item(2) is null
|
| PASS navigator.getGamepads().item(3) is null
|
| -PASS navigator.getGamepads()[0] is undefined.
|
| -PASS navigator.getGamepads()[1] is undefined.
|
| -PASS navigator.getGamepads()[2] is undefined.
|
| -PASS navigator.getGamepads()[3] is undefined.
|
| +PASS navigator.getGamepads()[0] is null
|
| +PASS navigator.getGamepads()[1] is null
|
| +PASS navigator.getGamepads()[2] is null
|
| +PASS navigator.getGamepads()[3] is null
|
| PASS navigator.getGamepads()[0] is non-null.
|
| PASS navigator.getGamepads().item(0) is null
|
| -PASS navigator.getGamepads()[0] is undefined.
|
| +PASS navigator.getGamepads()[0] is null
|
| PASS navigator.getGamepads()[0].id is 'MockStick 3000'
|
| PASS navigator.getGamepads()[0].buttons.length is 2
|
| PASS navigator.getGamepads()[0].axes.length is 2
|
|
|