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

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: Reuse dump() in tests Created 4 years, 4 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}}
20 console-format-es6-2.html:12 [MapIterator]
21 globals[0]
22 MapIterator {41, Object {foo: 1}}
23 console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}}
24 console-format-es6-2.html:12 [MapIterator]
25 globals[1]
26 MapIterator {42, Object {foo: 2}}
27 console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]}
28 console-format-es6-2.html:12 [MapIterator]
29 globals[2]
30 MapIterator {[41, 42], [Object, Object]}
31 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
32 console-format-es6-2.html:12 [SetIterator]
33 globals[3]
34 SetIterator {41, Object {foo: 1}}
35 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}}
36 console-format-es6-2.html:12 [SetIterator]
37 globals[4]
38 SetIterator {41, Object {foo: 1}}
39 console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]}
40 console-format-es6-2.html:12 [SetIterator]
41 globals[5]
42 SetIterator {[41, 41], [Object, Object]}
43 console-format-es6-2.html:11 MapIterator {Object {foo: 2}}
44 console-format-es6-2.html:12 [MapIterator]
45 globals[6]
46 MapIterator {Object {foo: 2}}
47 console-format-es6-2.html:11 SetIterator {Object {foo: 1}}
48 console-format-es6-2.html:12 [SetIterator]
49 globals[7]
50 SetIterator {Object {foo: 1}}
51 Expanded all messages
52 console-format-es6-2.html:11 MapIterator
20 __proto__: Map Iterator 53 __proto__: Map Iterator
21 [[IteratorHasMore]]: true 54 [[IteratorHasMore]]: true
22 [[IteratorIndex]]: 0 55 [[IteratorIndex]]: 0
23 [[IteratorKind]]: "keys" 56 [[IteratorKind]]: "keys"
24 [[Entries]]: Array[2] 57 [[Entries]]: Array[2]
25 0: 41 58 0: 41
26 1: Object 59 1: Object
27 length: 2 60 length: 2
28 console-format-es6-2.html:12 [MapIterator] 61 console-format-es6-2.html:12 Array[1]
29 0: MapIterator 62 0: MapIterator
30 length: 1 63 length: 1
31 __proto__: Array[0] 64 __proto__: Array[0]
32 globals[0] 65 globals[0]
33 MapIterator {41, Object {foo: 1}} 66 MapIterator
34 __proto__: Map Iterator 67 __proto__: Map Iterator
35 [[IteratorHasMore]]: true 68 [[IteratorHasMore]]: true
36 [[IteratorIndex]]: 0 69 [[IteratorIndex]]: 0
37 [[IteratorKind]]: "keys" 70 [[IteratorKind]]: "keys"
38 [[Entries]]: Array[2] 71 [[Entries]]: Array[2]
39 0: 41 72 0: 41
40 1: Object 73 1: Object
41 length: 2 74 length: 2
42 console-format-es6-2.html:11 MapIterator {42, Object {foo: 2}} 75 console-format-es6-2.html:11 MapIterator
43 __proto__: Map Iterator 76 __proto__: Map Iterator
44 [[IteratorHasMore]]: true 77 [[IteratorHasMore]]: true
45 [[IteratorIndex]]: 0 78 [[IteratorIndex]]: 0
46 [[IteratorKind]]: "values" 79 [[IteratorKind]]: "values"
47 [[Entries]]: Array[2] 80 [[Entries]]: Array[2]
48 0: 42 81 0: 42
49 1: Object 82 1: Object
50 length: 2 83 length: 2
51 console-format-es6-2.html:12 [MapIterator] 84 console-format-es6-2.html:12 Array[1]
52 0: MapIterator 85 0: MapIterator
53 length: 1 86 length: 1
54 __proto__: Array[0] 87 __proto__: Array[0]
55 globals[1] 88 globals[1]
56 MapIterator {42, Object {foo: 2}} 89 MapIterator
57 __proto__: Map Iterator 90 __proto__: Map Iterator
58 [[IteratorHasMore]]: true 91 [[IteratorHasMore]]: true
59 [[IteratorIndex]]: 0 92 [[IteratorIndex]]: 0
60 [[IteratorKind]]: "values" 93 [[IteratorKind]]: "values"
61 [[Entries]]: Array[2] 94 [[Entries]]: Array[2]
62 0: 42 95 0: 42
63 1: Object 96 1: Object
64 length: 2 97 length: 2
65 console-format-es6-2.html:11 MapIterator {[41, 42], [Object, Object]} 98 console-format-es6-2.html:11 MapIterator
66 __proto__: Map Iterator 99 __proto__: Map Iterator
67 [[IteratorHasMore]]: true 100 [[IteratorHasMore]]: true
68 [[IteratorIndex]]: 0 101 [[IteratorIndex]]: 0
69 [[IteratorKind]]: "entries" 102 [[IteratorKind]]: "entries"
70 [[Entries]]: Array[2] 103 [[Entries]]: Array[2]
71 0: Array[2] 104 0: Array[2]
72 1: Array[2] 105 1: Array[2]
73 length: 2 106 length: 2
74 console-format-es6-2.html:12 [MapIterator] 107 console-format-es6-2.html:12 Array[1]
75 0: MapIterator 108 0: MapIterator
76 length: 1 109 length: 1
77 __proto__: Array[0] 110 __proto__: Array[0]
78 globals[2] 111 globals[2]
79 MapIterator {[41, 42], [Object, Object]} 112 MapIterator
80 __proto__: Map Iterator 113 __proto__: Map Iterator
81 [[IteratorHasMore]]: true 114 [[IteratorHasMore]]: true
82 [[IteratorIndex]]: 0 115 [[IteratorIndex]]: 0
83 [[IteratorKind]]: "entries" 116 [[IteratorKind]]: "entries"
84 [[Entries]]: Array[2] 117 [[Entries]]: Array[2]
85 0: Array[2] 118 0: Array[2]
86 1: Array[2] 119 1: Array[2]
87 length: 2 120 length: 2
88 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}} 121 console-format-es6-2.html:11 SetIterator
89 __proto__: Set Iterator 122 __proto__: Set Iterator
90 [[IteratorHasMore]]: true 123 [[IteratorHasMore]]: true
91 [[IteratorIndex]]: 0 124 [[IteratorIndex]]: 0
92 [[IteratorKind]]: "values" 125 [[IteratorKind]]: "values"
93 [[Entries]]: Array[2] 126 [[Entries]]: Array[2]
94 0: 41 127 0: 41
95 1: Object 128 1: Object
96 length: 2 129 length: 2
97 console-format-es6-2.html:12 [SetIterator] 130 console-format-es6-2.html:12 Array[1]
98 0: SetIterator 131 0: SetIterator
99 length: 1 132 length: 1
100 __proto__: Array[0] 133 __proto__: Array[0]
101 globals[3] 134 globals[3]
102 SetIterator {41, Object {foo: 1}} 135 SetIterator
103 __proto__: Set Iterator 136 __proto__: Set Iterator
104 [[IteratorHasMore]]: true 137 [[IteratorHasMore]]: true
105 [[IteratorIndex]]: 0 138 [[IteratorIndex]]: 0
106 [[IteratorKind]]: "values" 139 [[IteratorKind]]: "values"
107 [[Entries]]: Array[2] 140 [[Entries]]: Array[2]
108 0: 41 141 0: 41
109 1: Object 142 1: Object
110 length: 2 143 length: 2
111 console-format-es6-2.html:11 SetIterator {41, Object {foo: 1}} 144 console-format-es6-2.html:11 SetIterator
112 __proto__: Set Iterator 145 __proto__: Set Iterator
113 [[IteratorHasMore]]: true 146 [[IteratorHasMore]]: true
114 [[IteratorIndex]]: 0 147 [[IteratorIndex]]: 0
115 [[IteratorKind]]: "values" 148 [[IteratorKind]]: "values"
116 [[Entries]]: Array[2] 149 [[Entries]]: Array[2]
117 0: 41 150 0: 41
118 1: Object 151 1: Object
119 length: 2 152 length: 2
120 console-format-es6-2.html:12 [SetIterator] 153 console-format-es6-2.html:12 Array[1]
121 0: SetIterator 154 0: SetIterator
122 length: 1 155 length: 1
123 __proto__: Array[0] 156 __proto__: Array[0]
124 globals[4] 157 globals[4]
125 SetIterator {41, Object {foo: 1}} 158 SetIterator
126 __proto__: Set Iterator 159 __proto__: Set Iterator
127 [[IteratorHasMore]]: true 160 [[IteratorHasMore]]: true
128 [[IteratorIndex]]: 0 161 [[IteratorIndex]]: 0
129 [[IteratorKind]]: "values" 162 [[IteratorKind]]: "values"
130 [[Entries]]: Array[2] 163 [[Entries]]: Array[2]
131 0: 41 164 0: 41
132 1: Object 165 1: Object
133 length: 2 166 length: 2
134 console-format-es6-2.html:11 SetIterator {[41, 41], [Object, Object]} 167 console-format-es6-2.html:11 SetIterator
135 __proto__: Set Iterator 168 __proto__: Set Iterator
136 [[IteratorHasMore]]: true 169 [[IteratorHasMore]]: true
137 [[IteratorIndex]]: 0 170 [[IteratorIndex]]: 0
138 [[IteratorKind]]: "entries" 171 [[IteratorKind]]: "entries"
139 [[Entries]]: Array[2] 172 [[Entries]]: Array[2]
140 0: Array[2] 173 0: Array[2]
141 1: Array[2] 174 1: Array[2]
142 length: 2 175 length: 2
143 console-format-es6-2.html:12 [SetIterator] 176 console-format-es6-2.html:12 Array[1]
144 0: SetIterator 177 0: SetIterator
145 length: 1 178 length: 1
146 __proto__: Array[0] 179 __proto__: Array[0]
147 globals[5] 180 globals[5]
148 SetIterator {[41, 41], [Object, Object]} 181 SetIterator
149 __proto__: Set Iterator 182 __proto__: Set Iterator
150 [[IteratorHasMore]]: true 183 [[IteratorHasMore]]: true
151 [[IteratorIndex]]: 0 184 [[IteratorIndex]]: 0
152 [[IteratorKind]]: "entries" 185 [[IteratorKind]]: "entries"
153 [[Entries]]: Array[2] 186 [[Entries]]: Array[2]
154 0: Array[2] 187 0: Array[2]
155 1: Array[2] 188 1: Array[2]
156 length: 2 189 length: 2
157 console-format-es6-2.html:11 MapIterator {Object {foo: 2}} 190 console-format-es6-2.html:11 MapIterator
158 __proto__: Map Iterator 191 __proto__: Map Iterator
159 [[IteratorHasMore]]: true 192 [[IteratorHasMore]]: true
160 [[IteratorIndex]]: 1 193 [[IteratorIndex]]: 1
161 [[IteratorKind]]: "values" 194 [[IteratorKind]]: "values"
162 [[Entries]]: Array[1] 195 [[Entries]]: Array[1]
163 0: Object 196 0: Object
164 length: 1 197 length: 1
165 console-format-es6-2.html:12 [MapIterator] 198 console-format-es6-2.html:12 Array[1]
166 0: MapIterator 199 0: MapIterator
167 length: 1 200 length: 1
168 __proto__: Array[0] 201 __proto__: Array[0]
169 globals[6] 202 globals[6]
170 MapIterator {Object {foo: 2}} 203 MapIterator
171 __proto__: Map Iterator 204 __proto__: Map Iterator
172 [[IteratorHasMore]]: true 205 [[IteratorHasMore]]: true
173 [[IteratorIndex]]: 1 206 [[IteratorIndex]]: 1
174 [[IteratorKind]]: "values" 207 [[IteratorKind]]: "values"
175 [[Entries]]: Array[1] 208 [[Entries]]: Array[1]
176 0: Object 209 0: Object
177 length: 1 210 length: 1
178 console-format-es6-2.html:11 SetIterator {Object {foo: 1}} 211 console-format-es6-2.html:11 SetIterator
179 __proto__: Set Iterator 212 __proto__: Set Iterator
180 [[IteratorHasMore]]: true 213 [[IteratorHasMore]]: true
181 [[IteratorIndex]]: 1 214 [[IteratorIndex]]: 1
182 [[IteratorKind]]: "values" 215 [[IteratorKind]]: "values"
183 [[Entries]]: Array[1] 216 [[Entries]]: Array[1]
184 0: Object 217 0: Object
185 length: 1 218 length: 1
186 console-format-es6-2.html:12 [SetIterator] 219 console-format-es6-2.html:12 Array[1]
187 0: SetIterator 220 0: SetIterator
188 length: 1 221 length: 1
189 __proto__: Array[0] 222 __proto__: Array[0]
190 globals[7] 223 globals[7]
191 SetIterator {Object {foo: 1}} 224 SetIterator
192 __proto__: Set Iterator 225 __proto__: Set Iterator
193 [[IteratorHasMore]]: true 226 [[IteratorHasMore]]: true
194 [[IteratorIndex]]: 1 227 [[IteratorIndex]]: 1
195 [[IteratorKind]]: "values" 228 [[IteratorKind]]: "values"
196 [[Entries]]: Array[1] 229 [[Entries]]: Array[1]
197 0: Object 230 0: Object
198 length: 1 231 length: 1
199 232
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698