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

Unified Diff: LayoutTests/fast/js/iterable-object-expected.txt

Issue 848673002: Add keys(), values() and entries() methods on iterable<> interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/fast/js/iterable-object.html ('k') | LayoutTests/http/tests/fetch/script-tests/headers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/iterable-object-expected.txt
diff --git a/LayoutTests/fast/js/iterable-object-expected.txt b/LayoutTests/fast/js/iterable-object-expected.txt
index 403566f8fca29ccfa5e60c2cbf8851963b15e4e7..ad4327606e86873aca0ef0810ff05557179dff44 100644
--- a/LayoutTests/fast/js/iterable-object-expected.txt
+++ b/LayoutTests/fast/js/iterable-object-expected.txt
@@ -14,6 +14,21 @@ value = 1
value = 4
value = 9
value = 16
+key = 0
+key = 1
+key = 2
+key = 3
+key = 4
+value = 0
+value = 1
+value = 4
+value = 9
+value = 16
+entry = 0,0
+entry = 1,1
+entry = 2,4
+entry = 3,9
+entry = 4,16
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/js/iterable-object.html ('k') | LayoutTests/http/tests/fetch/script-tests/headers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698