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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-es6-2-expected.txt

Issue 2139043002: DevTools: show alternate title onexpand of object in console (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 CONSOLE MESSAGE: line 11: [object Map Iterator] 1 CONSOLE MESSAGE: line 11: [object Map Iterator]
2 CONSOLE MESSAGE: line 12: [object Map Iterator] 2 CONSOLE MESSAGE: line 12: [object Map Iterator]
3 CONSOLE MESSAGE: line 11: [object Map Iterator] 3 CONSOLE MESSAGE: line 11: [object Map Iterator]
4 CONSOLE MESSAGE: line 12: [object Map Iterator] 4 CONSOLE MESSAGE: line 12: [object Map Iterator]
5 CONSOLE MESSAGE: line 11: [object Map Iterator] 5 CONSOLE MESSAGE: line 11: [object Map Iterator]
6 CONSOLE MESSAGE: line 12: [object Map Iterator] 6 CONSOLE MESSAGE: line 12: [object Map Iterator]
7 CONSOLE MESSAGE: line 11: [object Set Iterator] 7 CONSOLE MESSAGE: line 11: [object Set Iterator]
8 CONSOLE MESSAGE: line 12: [object Set Iterator] 8 CONSOLE MESSAGE: line 12: [object Set Iterator]
9 CONSOLE MESSAGE: line 11: [object Set Iterator] 9 CONSOLE MESSAGE: line 11: [object Set Iterator]
10 CONSOLE MESSAGE: line 12: [object Set Iterator] 10 CONSOLE MESSAGE: line 12: [object Set Iterator]
11 CONSOLE MESSAGE: line 11: [object Set Iterator] 11 CONSOLE MESSAGE: line 11: [object Set Iterator]
12 CONSOLE MESSAGE: line 12: [object Set Iterator] 12 CONSOLE MESSAGE: line 12: [object Set Iterator]
13 CONSOLE MESSAGE: line 11: [object Map Iterator] 13 CONSOLE MESSAGE: line 11: [object Map Iterator]
14 CONSOLE MESSAGE: line 12: [object Map Iterator] 14 CONSOLE MESSAGE: line 12: [object Map Iterator]
15 CONSOLE MESSAGE: line 11: [object Set Iterator] 15 CONSOLE MESSAGE: line 11: [object Set Iterator]
16 CONSOLE MESSAGE: line 12: [object Set Iterator] 16 CONSOLE MESSAGE: line 12: [object Set Iterator]
17 Tests that console properly displays information about ES6 features. 17 Tests that console properly displays information about ES6 features.
18 18
19 console-format-es6-2.html:11 MapIterator {41, Object {foo: 1}} 19 console-format-es6-2.html:11 MapIterator {41, Object {foo: 1}}MapIterator
20 __proto__: Map Iterator 20 __proto__: Map Iterator
21 [[IteratorHasMore]]: true 21 [[IteratorHasMore]]: true
22 [[IteratorIndex]]: 0 22 [[IteratorIndex]]: 0
23 [[IteratorKind]]: "keys" 23 [[IteratorKind]]: "keys"
24 [[Entries]]: Array[2] 24 [[Entries]]: Array[2]
25 0: 41 25 0: 41
26 1: Object 26 1: Object
27 length: 2 27 length: 2
28 console-format-es6-2.html:12 [MapIterator] 28 console-format-es6-2.html:12 [MapIterator]Array[1]
29 0: MapIterator 29 0: MapIterator
30 length: 1 30 length: 1
31 __proto__: Array[0] 31 __proto__: Array[0]
32 globals[0] 32 globals[0]
33 MapIterator {41, Object {foo: 1}} 33 MapIterator {41, Object {foo: 1}}MapIterator
34 __proto__: Map Iterator 34 __proto__: Map Iterator
35 [[IteratorHasMore]]: true 35 [[IteratorHasMore]]: true
36 [[IteratorIndex]]: 0 36 [[IteratorIndex]]: 0
37 [[IteratorKind]]: "keys" 37 [[IteratorKind]]: "keys"
38 [[Entries]]: Array[2] 38 [[Entries]]: Array[2]
39 0: 41 39 0: 41
40 1: Object 40 1: Object
41 length: 2 41 length: 2
42 console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}} 42 console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}}MapIterator
43 __proto__: Map Iterator 43 __proto__: Map Iterator
44 [[IteratorHasMore]]: true 44 [[IteratorHasMore]]: true
45 [[IteratorIndex]]: 0 45 [[IteratorIndex]]: 0
46 [[IteratorKind]]: "values" 46 [[IteratorKind]]: "values"
47 [[Entries]]: Array[2] 47 [[Entries]]: Array[2]
48 0: 42 48 0: 42
49 1: Object 49 1: Object
50 length: 2 50 length: 2
51 console-format-es6-2.html:12 [MapIterator] 51 console-format-es6-2.html:12 [MapIterator]Array[1]
52 0: MapIterator 52 0: MapIterator
53 length: 1 53 length: 1
54 __proto__: Array[0] 54 __proto__: Array[0]
55 globals[1] 55 globals[1]
56 MapIterator {42, Object {foo: 2}} 56 MapIterator {42, Object {foo: 2}}MapIterator
57 __proto__: Map Iterator 57 __proto__: Map Iterator
58 [[IteratorHasMore]]: true 58 [[IteratorHasMore]]: true
59 [[IteratorIndex]]: 0 59 [[IteratorIndex]]: 0
60 [[IteratorKind]]: "values" 60 [[IteratorKind]]: "values"
61 [[Entries]]: Array[2] 61 [[Entries]]: Array[2]
62 0: 42 62 0: 42
63 1: Object 63 1: Object
64 length: 2 64 length: 2
65 console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]} 65 console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]}MapIterator
66 __proto__: Map Iterator 66 __proto__: Map Iterator
67 [[IteratorHasMore]]: true 67 [[IteratorHasMore]]: true
68 [[IteratorIndex]]: 0 68 [[IteratorIndex]]: 0
69 [[IteratorKind]]: "entries" 69 [[IteratorKind]]: "entries"
70 [[Entries]]: Array[2] 70 [[Entries]]: Array[2]
71 0: Array[2] 71 0: Array[2]
72 1: Array[2] 72 1: Array[2]
73 length: 2 73 length: 2
74 console-format-es6-2.html:12 [MapIterator] 74 console-format-es6-2.html:12 [MapIterator]Array[1]
75 0: MapIterator 75 0: MapIterator
76 length: 1 76 length: 1
77 __proto__: Array[0] 77 __proto__: Array[0]
78 globals[2] 78 globals[2]
79 MapIterator {[41, 42], [Object, Object]} 79 MapIterator {[41, 42], [Object, Object]}MapIterator
80 __proto__: Map Iterator 80 __proto__: Map Iterator
81 [[IteratorHasMore]]: true 81 [[IteratorHasMore]]: true
82 [[IteratorIndex]]: 0 82 [[IteratorIndex]]: 0
83 [[IteratorKind]]: "entries" 83 [[IteratorKind]]: "entries"
84 [[Entries]]: Array[2] 84 [[Entries]]: Array[2]
85 0: Array[2] 85 0: Array[2]
86 1: Array[2] 86 1: Array[2]
87 length: 2 87 length: 2
88 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}} 88 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}SetIterator
89 __proto__: Set Iterator 89 __proto__: Set Iterator
90 [[IteratorHasMore]]: true 90 [[IteratorHasMore]]: true
91 [[IteratorIndex]]: 0 91 [[IteratorIndex]]: 0
92 [[IteratorKind]]: "values" 92 [[IteratorKind]]: "values"
93 [[Entries]]: Array[2] 93 [[Entries]]: Array[2]
94 0: 41 94 0: 41
95 1: Object 95 1: Object
96 length: 2 96 length: 2
97 console-format-es6-2.html:12 [SetIterator] 97 console-format-es6-2.html:12 [SetIterator]Array[1]
98 0: SetIterator 98 0: SetIterator
99 length: 1 99 length: 1
100 __proto__: Array[0] 100 __proto__: Array[0]
101 globals[3] 101 globals[3]
102 SetIterator {41, Object {foo: 1}} 102 SetIterator {41, Object {foo: 1}}SetIterator
103 __proto__: Set Iterator 103 __proto__: Set Iterator
104 [[IteratorHasMore]]: true 104 [[IteratorHasMore]]: true
105 [[IteratorIndex]]: 0 105 [[IteratorIndex]]: 0
106 [[IteratorKind]]: "values" 106 [[IteratorKind]]: "values"
107 [[Entries]]: Array[2] 107 [[Entries]]: Array[2]
108 0: 41 108 0: 41
109 1: Object 109 1: Object
110 length: 2 110 length: 2
111 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}} 111 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}SetIterator
112 __proto__: Set Iterator 112 __proto__: Set Iterator
113 [[IteratorHasMore]]: true 113 [[IteratorHasMore]]: true
114 [[IteratorIndex]]: 0 114 [[IteratorIndex]]: 0
115 [[IteratorKind]]: "values" 115 [[IteratorKind]]: "values"
116 [[Entries]]: Array[2] 116 [[Entries]]: Array[2]
117 0: 41 117 0: 41
118 1: Object 118 1: Object
119 length: 2 119 length: 2
120 console-format-es6-2.html:12 [SetIterator] 120 console-format-es6-2.html:12 [SetIterator]Array[1]
121 0: SetIterator 121 0: SetIterator
122 length: 1 122 length: 1
123 __proto__: Array[0] 123 __proto__: Array[0]
124 globals[4] 124 globals[4]
125 SetIterator {41, Object {foo: 1}} 125 SetIterator {41, Object {foo: 1}}SetIterator
126 __proto__: Set Iterator 126 __proto__: Set Iterator
127 [[IteratorHasMore]]: true 127 [[IteratorHasMore]]: true
128 [[IteratorIndex]]: 0 128 [[IteratorIndex]]: 0
129 [[IteratorKind]]: "values" 129 [[IteratorKind]]: "values"
130 [[Entries]]: Array[2] 130 [[Entries]]: Array[2]
131 0: 41 131 0: 41
132 1: Object 132 1: Object
133 length: 2 133 length: 2
134 console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]} 134 console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]}SetIterator
135 __proto__: Set Iterator 135 __proto__: Set Iterator
136 [[IteratorHasMore]]: true 136 [[IteratorHasMore]]: true
137 [[IteratorIndex]]: 0 137 [[IteratorIndex]]: 0
138 [[IteratorKind]]: "entries" 138 [[IteratorKind]]: "entries"
139 [[Entries]]: Array[2] 139 [[Entries]]: Array[2]
140 0: Array[2] 140 0: Array[2]
141 1: Array[2] 141 1: Array[2]
142 length: 2 142 length: 2
143 console-format-es6-2.html:12 [SetIterator] 143 console-format-es6-2.html:12 [SetIterator]Array[1]
144 0: SetIterator 144 0: SetIterator
145 length: 1 145 length: 1
146 __proto__: Array[0] 146 __proto__: Array[0]
147 globals[5] 147 globals[5]
148 SetIterator {[41, 41], [Object, Object]} 148 SetIterator {[41, 41], [Object, Object]}SetIterator
149 __proto__: Set Iterator 149 __proto__: Set Iterator
150 [[IteratorHasMore]]: true 150 [[IteratorHasMore]]: true
151 [[IteratorIndex]]: 0 151 [[IteratorIndex]]: 0
152 [[IteratorKind]]: "entries" 152 [[IteratorKind]]: "entries"
153 [[Entries]]: Array[2] 153 [[Entries]]: Array[2]
154 0: Array[2] 154 0: Array[2]
155 1: Array[2] 155 1: Array[2]
156 length: 2 156 length: 2
157 console-format-es6-2.html:11 MapIterator {Object {foo: 2}} 157 console-format-es6-2.html:11 MapIterator {Object {foo: 2}}MapIterator
158 __proto__: Map Iterator 158 __proto__: Map Iterator
159 [[IteratorHasMore]]: true 159 [[IteratorHasMore]]: true
160 [[IteratorIndex]]: 1 160 [[IteratorIndex]]: 1
161 [[IteratorKind]]: "values" 161 [[IteratorKind]]: "values"
162 [[Entries]]: Array[1] 162 [[Entries]]: Array[1]
163 0: Object 163 0: Object
164 length: 1 164 length: 1
165 console-format-es6-2.html:12 [MapIterator] 165 console-format-es6-2.html:12 [MapIterator]Array[1]
166 0: MapIterator 166 0: MapIterator
167 length: 1 167 length: 1
168 __proto__: Array[0] 168 __proto__: Array[0]
169 globals[6] 169 globals[6]
170 MapIterator {Object {foo: 2}} 170 MapIterator {Object {foo: 2}}MapIterator
171 __proto__: Map Iterator 171 __proto__: Map Iterator
172 [[IteratorHasMore]]: true 172 [[IteratorHasMore]]: true
173 [[IteratorIndex]]: 1 173 [[IteratorIndex]]: 1
174 [[IteratorKind]]: "values" 174 [[IteratorKind]]: "values"
175 [[Entries]]: Array[1] 175 [[Entries]]: Array[1]
176 0: Object 176 0: Object
177 length: 1 177 length: 1
178 console-format-es6-2.html:11 SetIterator {Object {foo: 1}} 178 console-format-es6-2.html:11 SetIterator {Object {foo: 1}}SetIterator
179 __proto__: Set Iterator 179 __proto__: Set Iterator
180 [[IteratorHasMore]]: true 180 [[IteratorHasMore]]: true
181 [[IteratorIndex]]: 1 181 [[IteratorIndex]]: 1
182 [[IteratorKind]]: "values" 182 [[IteratorKind]]: "values"
183 [[Entries]]: Array[1] 183 [[Entries]]: Array[1]
184 0: Object 184 0: Object
185 length: 1 185 length: 1
186 console-format-es6-2.html:12 [SetIterator] 186 console-format-es6-2.html:12 [SetIterator]Array[1]
187 0: SetIterator 187 0: SetIterator
188 length: 1 188 length: 1
189 __proto__: Array[0] 189 __proto__: Array[0]
190 globals[7] 190 globals[7]
191 SetIterator {Object {foo: 1}} 191 SetIterator {Object {foo: 1}}SetIterator
192 __proto__: Set Iterator 192 __proto__: Set Iterator
193 [[IteratorHasMore]]: true 193 [[IteratorHasMore]]: true
194 [[IteratorIndex]]: 1 194 [[IteratorIndex]]: 1
195 [[IteratorKind]]: "values" 195 [[IteratorKind]]: "values"
196 [[Entries]]: Array[1] 196 [[Entries]]: Array[1]
197 0: Object 197 0: Object
198 length: 1 198 length: 1
199 199
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698