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

Unified Diff: LayoutTests/gamepad/gamepad-api-expected.txt

Issue 808643005: Sync Navigator.getGamepads() with the spec Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/gamepad/gamepad-api.html ('k') | LayoutTests/gamepad/gamepad-polling-access.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/gamepad/gamepad-api-expected.txt
diff --git a/LayoutTests/gamepad/gamepad-api-expected.txt b/LayoutTests/gamepad/gamepad-api-expected.txt
index c0c01c1712c369875b0860d61ffbe2f7eac4a6d5..0a2c5c549c28f0af5d99b87b7787da796e234afa 100644
--- a/LayoutTests/gamepad/gamepad-api-expected.txt
+++ b/LayoutTests/gamepad/gamepad-api-expected.txt
@@ -5,10 +5,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS navigator.getGamepads is defined.
PASS GamepadEvent is defined.
-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 Gamepad.prototype
« no previous file with comments | « LayoutTests/gamepad/gamepad-api.html ('k') | LayoutTests/gamepad/gamepad-polling-access.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698