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

Side by Side Diff: LayoutTests/inspector/console/console-format-array-prototype-expected.txt

Issue 844563003: DevTools: Fix console not showing array items inherited from prototype. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 9:
2 CONSOLE MESSAGE: line 9: arr0
3 CONSOLE MESSAGE: line 9: arr0,,,,
4 CONSOLE MESSAGE: line 9: arr0,2,3
5 CONSOLE MESSAGE: line 9: arr0,,,,,obj5,,,,,arr10,,,,
6 CONSOLE MESSAGE: line 9: arr0,,,,,obj5,,,8,,arr10,,,,
7 CONSOLE MESSAGE: line 9: 0,,,,,obj5,,,,,10,,,,
8 CONSOLE MESSAGE: line 9: arr0,,,4,,obj5,,,,,arr10,,,,
9 CONSOLE MESSAGE: line 9: 0,1,2,3,4,5,6,7,8,9
10 CONSOLE MESSAGE: line 9: arr0,1,2,3,4,obj5,6,7,8,9,arr10
11 Tests that console logging dumps array values defined on Array.prototype[].
12
13 a0
14 []
15 console-format-array-prototype.html:9 [0: "arr0", 10: "arr10", 5: "obj5"]
16 a1
17 ["arr0"]
18 console-format-array-prototype.html:9 ["arr0", 10: "arr10", 5: "obj5"]
19 a2
20 ["arr0", undefined × 4]
21 console-format-array-prototype.html:9 ["arr0", 10: "arr10", 5: "obj5"]
22 a3
23 ["arr0", 2, 3]
24 console-format-array-prototype.html:9 ["arr0", 2, 3, 10: "arr10", 5: "obj5"]
25 a4
26 ["arr0", undefined × 4, "obj5", undefined × 4, "arr10", undefined × 4]
27 console-format-array-prototype.html:9 ["arr0", 5: "obj5", 10: "arr10"]
28 a5
29 ["arr0", undefined × 4, "obj5", undefined × 2, 8, undefined × 1, "arr10", undefi ned × 4]
30 console-format-array-prototype.html:9 ["arr0", 5: "obj5", 8: 8, 10: "arr10"]
31 a6
32 [0, undefined × 4, "obj5", undefined × 4, 10, undefined × 4]
33 console-format-array-prototype.html:9 [0, 5: "obj5", 10: 10]
34 a7
35 ["arr0", undefined × 2, 4, undefined × 1, "obj5", undefined × 4, "arr10", undefi ned × 4]
36 console-format-array-prototype.html:9 [3: 4, index0: 0, index1: 1, index2: 2, in dex3: 3, index4: 4…]
37 a8
38 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
39 console-format-array-prototype.html:9 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10: "arr10" ]
40 a9
41 ["arr0", 1, 2, 3, 4, "obj5", 6, 7, 8, 9, "arr10"]
42 console-format-array-prototype.html:9 ["arr0", 1, 2, 3, 4, "obj5", 6, 7, 8, 9, " arr10", foo: "bar"]
43
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-format-array-prototype.html ('k') | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698