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

Unified Diff: third_party/WebKit/LayoutTests/gamepad/gamepad-polling-access-expected.txt

Issue 2341723002: binding: Indexed property returns undefined if out-of-range. (Closed)
Patch Set: Updated layout test expectations. Created 4 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698