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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test ES6 iterator works with DOM objects. 1 Test ES6 iterator works with DOM objects.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS internals.iterator is undefined. 6 PASS internals.iterator is undefined.
7 value = 0 7 value = 0
8 value = 1 8 value = 1
9 value = 4 9 value = 4
10 value = 9 10 value = 9
11 value = 16 11 value = 16
12 value = 0 12 value = 0
13 value = 1 13 value = 1
14 value = 4 14 value = 4
15 value = 9 15 value = 9
16 value = 16 16 value = 16
17 key = 0
18 key = 1
19 key = 2
20 key = 3
21 key = 4
22 value = 0
23 value = 1
24 value = 4
25 value = 9
26 value = 16
27 entry = 0,0
28 entry = 1,1
29 entry = 2,4
30 entry = 3,9
31 entry = 4,16
17 PASS successfullyParsed is true 32 PASS successfullyParsed is true
18 33
19 TEST COMPLETE 34 TEST COMPLETE
20 35
OLDNEW
« 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