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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-filter-groups-expected.txt

Issue 2939473002: DevTools: show all descendants if a console.group message title matches the filter
Patch Set: ac Created 3 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
(Empty)
1 CONSOLE MESSAGE: line 6: Outer group-A
2 CONSOLE MESSAGE: line 7: message-a1
3 CONSOLE MESSAGE: line 8: message-a2
4 CONSOLE MESSAGE: line 10: Inner group-B
5 CONSOLE MESSAGE: line 11: message-b1
6 CONSOLE MESSAGE: line 12: message-b2
7 CONSOLE MESSAGE: line 13: console.groupEnd
8 CONSOLE MESSAGE: line 15: Inner group-C
9 CONSOLE MESSAGE: line 16: message-c1
10 CONSOLE MESSAGE: line 17: message-c2
11 CONSOLE MESSAGE: line 18: console.groupEnd
12 CONSOLE MESSAGE: line 20: Collapsed inner group-D
13 CONSOLE MESSAGE: line 21: message-d1
14 CONSOLE MESSAGE: line 22: message-d2
15 CONSOLE MESSAGE: line 24: Inner inner group-E
16 CONSOLE MESSAGE: line 25: message-e1
17 CONSOLE MESSAGE: line 26: message-e2
18 CONSOLE MESSAGE: line 27: console.groupEnd
19 CONSOLE MESSAGE: line 28: console.groupEnd
20 CONSOLE MESSAGE: line 30: console.groupEnd
21 CONSOLE MESSAGE: line 32: Collapsed outer group-F
22 CONSOLE MESSAGE: line 33: message-f1
23 CONSOLE MESSAGE: line 34: message-f2
24 CONSOLE MESSAGE: line 35: console.groupEnd
25 CONSOLE MESSAGE: line 37: message-z1
26 CONSOLE MESSAGE: line 38: message-z2
27 Tests that console can filter messages in groups appropriately.
28
29
30 Filter set to: /message-a1/
31
32 >console-filter-groups.html:6 Outer group-A
33 console-filter-groups.html:7 message-a1
34 >console-filter-groups.html:10 Inner group-B
35 >console-filter-groups.html:15 Inner group-C
36 >console-filter-groups.html:20 Collapsed inner group-D
37 >console-filter-groups.html:32 Collapsed outer group-F
38
39 Filter set to: /message-b1/
40
41 >console-filter-groups.html:6 Outer group-A
42 >console-filter-groups.html:10 Inner group-B
43 console-filter-groups.html:11 message-b1
44 >console-filter-groups.html:15 Inner group-C
45 >console-filter-groups.html:20 Collapsed inner group-D
46 >console-filter-groups.html:32 Collapsed outer group-F
47
48 Filter set to: /message-c1/
49
50 >console-filter-groups.html:6 Outer group-A
51 >console-filter-groups.html:10 Inner group-B
52 >console-filter-groups.html:15 Inner group-C
53 console-filter-groups.html:16 message-c1
54 >console-filter-groups.html:20 Collapsed inner group-D
55 >console-filter-groups.html:32 Collapsed outer group-F
56
57 Filter set to: /message-d1/
58
59 >console-filter-groups.html:6 Outer group-A
60 >console-filter-groups.html:10 Inner group-B
61 >console-filter-groups.html:15 Inner group-C
62 >console-filter-groups.html:20 Collapsed inner group-D
63 >console-filter-groups.html:32 Collapsed outer group-F
64
65 Filter set to: /message-e1/
66
67 >console-filter-groups.html:6 Outer group-A
68 >console-filter-groups.html:10 Inner group-B
69 >console-filter-groups.html:15 Inner group-C
70 >console-filter-groups.html:20 Collapsed inner group-D
71 >console-filter-groups.html:32 Collapsed outer group-F
72
73 Filter set to: /message-f1/
74
75 >console-filter-groups.html:6 Outer group-A
76 >console-filter-groups.html:10 Inner group-B
77 >console-filter-groups.html:15 Inner group-C
78 >console-filter-groups.html:20 Collapsed inner group-D
79 >console-filter-groups.html:32 Collapsed outer group-F
80
81 Filter set to: /message-z1/
82
83 >console-filter-groups.html:6 Outer group-A
84 >console-filter-groups.html:10 Inner group-B
85 >console-filter-groups.html:15 Inner group-C
86 >console-filter-groups.html:20 Collapsed inner group-D
87 >console-filter-groups.html:32 Collapsed outer group-F
88 console-filter-groups.html:37 message-z1
89
90 Filter set to: /message-a1|message-b1/
91
92 >console-filter-groups.html:6 Outer group-A
93 console-filter-groups.html:7 message-a1
94 >console-filter-groups.html:10 Inner group-B
95 console-filter-groups.html:11 message-b1
96 >console-filter-groups.html:15 Inner group-C
97 >console-filter-groups.html:20 Collapsed inner group-D
98 >console-filter-groups.html:32 Collapsed outer group-F
99
100 Filter set to: /message-a1|message-c1/
101
102 >console-filter-groups.html:6 Outer group-A
103 console-filter-groups.html:7 message-a1
104 >console-filter-groups.html:10 Inner group-B
105 >console-filter-groups.html:15 Inner group-C
106 console-filter-groups.html:16 message-c1
107 >console-filter-groups.html:20 Collapsed inner group-D
108 >console-filter-groups.html:32 Collapsed outer group-F
109
110 Filter set to: /message-a1|message-d1/
111
112 >console-filter-groups.html:6 Outer group-A
113 console-filter-groups.html:7 message-a1
114 >console-filter-groups.html:10 Inner group-B
115 >console-filter-groups.html:15 Inner group-C
116 >console-filter-groups.html:20 Collapsed inner group-D
117 >console-filter-groups.html:32 Collapsed outer group-F
118
119 Filter set to: /message-a1|message-e1/
120
121 >console-filter-groups.html:6 Outer group-A
122 console-filter-groups.html:7 message-a1
123 >console-filter-groups.html:10 Inner group-B
124 >console-filter-groups.html:15 Inner group-C
125 >console-filter-groups.html:20 Collapsed inner group-D
126 >console-filter-groups.html:32 Collapsed outer group-F
127
128 Filter set to: /message-a1|message-z1/
129
130 >console-filter-groups.html:6 Outer group-A
131 console-filter-groups.html:7 message-a1
132 >console-filter-groups.html:10 Inner group-B
133 >console-filter-groups.html:15 Inner group-C
134 >console-filter-groups.html:20 Collapsed inner group-D
135 >console-filter-groups.html:32 Collapsed outer group-F
136 console-filter-groups.html:37 message-z1
137
138 Filter set to: /message-b1|message-c1/
139
140 >console-filter-groups.html:6 Outer group-A
141 >console-filter-groups.html:10 Inner group-B
142 console-filter-groups.html:11 message-b1
143 >console-filter-groups.html:15 Inner group-C
144 console-filter-groups.html:16 message-c1
145 >console-filter-groups.html:20 Collapsed inner group-D
146 >console-filter-groups.html:32 Collapsed outer group-F
147
148 Filter set to: /message-b1|message-d1/
149
150 >console-filter-groups.html:6 Outer group-A
151 >console-filter-groups.html:10 Inner group-B
152 console-filter-groups.html:11 message-b1
153 >console-filter-groups.html:15 Inner group-C
154 >console-filter-groups.html:20 Collapsed inner group-D
155 >console-filter-groups.html:32 Collapsed outer group-F
156
157 Filter set to: /message-b1|message-z1/
158
159 >console-filter-groups.html:6 Outer group-A
160 >console-filter-groups.html:10 Inner group-B
161 console-filter-groups.html:11 message-b1
162 >console-filter-groups.html:15 Inner group-C
163 >console-filter-groups.html:20 Collapsed inner group-D
164 >console-filter-groups.html:32 Collapsed outer group-F
165 console-filter-groups.html:37 message-z1
166
167 Filter set to: /message-c1|message-z1/
168
169 >console-filter-groups.html:6 Outer group-A
170 >console-filter-groups.html:10 Inner group-B
171 >console-filter-groups.html:15 Inner group-C
172 console-filter-groups.html:16 message-c1
173 >console-filter-groups.html:20 Collapsed inner group-D
174 >console-filter-groups.html:32 Collapsed outer group-F
175 console-filter-groups.html:37 message-z1
176
177 Filter set to: /message-d1|message-e1/
178
179 >console-filter-groups.html:6 Outer group-A
180 >console-filter-groups.html:10 Inner group-B
181 >console-filter-groups.html:15 Inner group-C
182 >console-filter-groups.html:20 Collapsed inner group-D
183 >console-filter-groups.html:32 Collapsed outer group-F
184
185 Filter set to: /group-A/
186
187 >console-filter-groups.html:6 Outer group-A
188 console-filter-groups.html:7 message-a1
189 console-filter-groups.html:8 message-a2
190 >console-filter-groups.html:10 Inner group-B
191 console-filter-groups.html:11 message-b1
192 console-filter-groups.html:12 message-b2
193 >console-filter-groups.html:15 Inner group-C
194 console-filter-groups.html:16 message-c1
195 console-filter-groups.html:17 message-c2
196 >console-filter-groups.html:20 Collapsed inner group-D
197 >console-filter-groups.html:32 Collapsed outer group-F
198
199 Filter set to: /group-B/
200
201 >console-filter-groups.html:6 Outer group-A
202 >console-filter-groups.html:10 Inner group-B
203 console-filter-groups.html:11 message-b1
204 console-filter-groups.html:12 message-b2
205 >console-filter-groups.html:15 Inner group-C
206 >console-filter-groups.html:20 Collapsed inner group-D
207 >console-filter-groups.html:32 Collapsed outer group-F
208
209 Filter set to: /group-C/
210
211 >console-filter-groups.html:6 Outer group-A
212 >console-filter-groups.html:10 Inner group-B
213 >console-filter-groups.html:15 Inner group-C
214 console-filter-groups.html:16 message-c1
215 console-filter-groups.html:17 message-c2
216 >console-filter-groups.html:20 Collapsed inner group-D
217 >console-filter-groups.html:32 Collapsed outer group-F
218
219 Filter set to: /group-D/
220
221 >console-filter-groups.html:6 Outer group-A
222 >console-filter-groups.html:10 Inner group-B
223 >console-filter-groups.html:15 Inner group-C
224 >console-filter-groups.html:20 Collapsed inner group-D
225 >console-filter-groups.html:32 Collapsed outer group-F
226
227 Filter set to: /group-E/
228
229 >console-filter-groups.html:6 Outer group-A
230 >console-filter-groups.html:10 Inner group-B
231 >console-filter-groups.html:15 Inner group-C
232 >console-filter-groups.html:20 Collapsed inner group-D
233 >console-filter-groups.html:32 Collapsed outer group-F
234
235 Filter set to: /group-F/
236
237 >console-filter-groups.html:6 Outer group-A
238 >console-filter-groups.html:10 Inner group-B
239 >console-filter-groups.html:15 Inner group-C
240 >console-filter-groups.html:20 Collapsed inner group-D
241 >console-filter-groups.html:32 Collapsed outer group-F
242
243 Filter set to: /group-A|group-B/
244
245 >console-filter-groups.html:6 Outer group-A
246 console-filter-groups.html:7 message-a1
247 console-filter-groups.html:8 message-a2
248 >console-filter-groups.html:10 Inner group-B
249 console-filter-groups.html:11 message-b1
250 console-filter-groups.html:12 message-b2
251 >console-filter-groups.html:15 Inner group-C
252 console-filter-groups.html:16 message-c1
253 console-filter-groups.html:17 message-c2
254 >console-filter-groups.html:20 Collapsed inner group-D
255 >console-filter-groups.html:32 Collapsed outer group-F
256
257 Filter set to: /group-A|group-E/
258
259 >console-filter-groups.html:6 Outer group-A
260 console-filter-groups.html:7 message-a1
261 console-filter-groups.html:8 message-a2
262 >console-filter-groups.html:10 Inner group-B
263 console-filter-groups.html:11 message-b1
264 console-filter-groups.html:12 message-b2
265 >console-filter-groups.html:15 Inner group-C
266 console-filter-groups.html:16 message-c1
267 console-filter-groups.html:17 message-c2
268 >console-filter-groups.html:20 Collapsed inner group-D
269 >console-filter-groups.html:32 Collapsed outer group-F
270
271 Filter set to: /group-B|group-C/
272
273 >console-filter-groups.html:6 Outer group-A
274 >console-filter-groups.html:10 Inner group-B
275 console-filter-groups.html:11 message-b1
276 console-filter-groups.html:12 message-b2
277 >console-filter-groups.html:15 Inner group-C
278 console-filter-groups.html:16 message-c1
279 console-filter-groups.html:17 message-c2
280 >console-filter-groups.html:20 Collapsed inner group-D
281 >console-filter-groups.html:32 Collapsed outer group-F
282
283 Filter set to: /group-B|group-D/
284
285 >console-filter-groups.html:6 Outer group-A
286 >console-filter-groups.html:10 Inner group-B
287 console-filter-groups.html:11 message-b1
288 console-filter-groups.html:12 message-b2
289 >console-filter-groups.html:15 Inner group-C
290 >console-filter-groups.html:20 Collapsed inner group-D
291 >console-filter-groups.html:32 Collapsed outer group-F
292
293 Filter set to: /group-B|group-E/
294
295 >console-filter-groups.html:6 Outer group-A
296 >console-filter-groups.html:10 Inner group-B
297 console-filter-groups.html:11 message-b1
298 console-filter-groups.html:12 message-b2
299 >console-filter-groups.html:15 Inner group-C
300 >console-filter-groups.html:20 Collapsed inner group-D
301 >console-filter-groups.html:32 Collapsed outer group-F
302
303 Filter set to: /group-D|group-E/
304
305 >console-filter-groups.html:6 Outer group-A
306 >console-filter-groups.html:10 Inner group-B
307 >console-filter-groups.html:15 Inner group-C
308 >console-filter-groups.html:20 Collapsed inner group-D
309 >console-filter-groups.html:32 Collapsed outer group-F
310
311 Filter set to: /group-A|message-b1/
312
313 >console-filter-groups.html:6 Outer group-A
314 console-filter-groups.html:7 message-a1
315 console-filter-groups.html:8 message-a2
316 >console-filter-groups.html:10 Inner group-B
317 console-filter-groups.html:11 message-b1
318 console-filter-groups.html:12 message-b2
319 >console-filter-groups.html:15 Inner group-C
320 console-filter-groups.html:16 message-c1
321 console-filter-groups.html:17 message-c2
322 >console-filter-groups.html:20 Collapsed inner group-D
323 >console-filter-groups.html:32 Collapsed outer group-F
324
325 Filter set to: /group-A|message-d1/
326
327 >console-filter-groups.html:6 Outer group-A
328 console-filter-groups.html:7 message-a1
329 console-filter-groups.html:8 message-a2
330 >console-filter-groups.html:10 Inner group-B
331 console-filter-groups.html:11 message-b1
332 console-filter-groups.html:12 message-b2
333 >console-filter-groups.html:15 Inner group-C
334 console-filter-groups.html:16 message-c1
335 console-filter-groups.html:17 message-c2
336 >console-filter-groups.html:20 Collapsed inner group-D
337 >console-filter-groups.html:32 Collapsed outer group-F
338
339 Filter set to: /group-A|message-e1/
340
341 >console-filter-groups.html:6 Outer group-A
342 console-filter-groups.html:7 message-a1
343 console-filter-groups.html:8 message-a2
344 >console-filter-groups.html:10 Inner group-B
345 console-filter-groups.html:11 message-b1
346 console-filter-groups.html:12 message-b2
347 >console-filter-groups.html:15 Inner group-C
348 console-filter-groups.html:16 message-c1
349 console-filter-groups.html:17 message-c2
350 >console-filter-groups.html:20 Collapsed inner group-D
351 >console-filter-groups.html:32 Collapsed outer group-F
352
353 Filter set to: /group-A|message-z1/
354
355 >console-filter-groups.html:6 Outer group-A
356 console-filter-groups.html:7 message-a1
357 console-filter-groups.html:8 message-a2
358 >console-filter-groups.html:10 Inner group-B
359 console-filter-groups.html:11 message-b1
360 console-filter-groups.html:12 message-b2
361 >console-filter-groups.html:15 Inner group-C
362 console-filter-groups.html:16 message-c1
363 console-filter-groups.html:17 message-c2
364 >console-filter-groups.html:20 Collapsed inner group-D
365 >console-filter-groups.html:32 Collapsed outer group-F
366 console-filter-groups.html:37 message-z1
367
368 Filter set to: /group-B|message-c1/
369
370 >console-filter-groups.html:6 Outer group-A
371 >console-filter-groups.html:10 Inner group-B
372 console-filter-groups.html:11 message-b1
373 console-filter-groups.html:12 message-b2
374 >console-filter-groups.html:15 Inner group-C
375 console-filter-groups.html:16 message-c1
376 >console-filter-groups.html:20 Collapsed inner group-D
377 >console-filter-groups.html:32 Collapsed outer group-F
378
379 Filter set to: /group-B|message-d1/
380
381 >console-filter-groups.html:6 Outer group-A
382 >console-filter-groups.html:10 Inner group-B
383 console-filter-groups.html:11 message-b1
384 console-filter-groups.html:12 message-b2
385 >console-filter-groups.html:15 Inner group-C
386 >console-filter-groups.html:20 Collapsed inner group-D
387 >console-filter-groups.html:32 Collapsed outer group-F
388
389 Filter set to: /group-B|message-z1/
390
391 >console-filter-groups.html:6 Outer group-A
392 >console-filter-groups.html:10 Inner group-B
393 console-filter-groups.html:11 message-b1
394 console-filter-groups.html:12 message-b2
395 >console-filter-groups.html:15 Inner group-C
396 >console-filter-groups.html:20 Collapsed inner group-D
397 >console-filter-groups.html:32 Collapsed outer group-F
398 console-filter-groups.html:37 message-z1
399
400 Filter set to: /group-D|message-e1/
401
402 >console-filter-groups.html:6 Outer group-A
403 >console-filter-groups.html:10 Inner group-B
404 >console-filter-groups.html:15 Inner group-C
405 >console-filter-groups.html:20 Collapsed inner group-D
406 >console-filter-groups.html:32 Collapsed outer group-F
407
408 Filter set to: /message-a1|group-B/
409
410 >console-filter-groups.html:6 Outer group-A
411 console-filter-groups.html:7 message-a1
412 >console-filter-groups.html:10 Inner group-B
413 console-filter-groups.html:11 message-b1
414 console-filter-groups.html:12 message-b2
415 >console-filter-groups.html:15 Inner group-C
416 >console-filter-groups.html:20 Collapsed inner group-D
417 >console-filter-groups.html:32 Collapsed outer group-F
418
419 Filter set to: /message-b1|group-C/
420
421 >console-filter-groups.html:6 Outer group-A
422 >console-filter-groups.html:10 Inner group-B
423 console-filter-groups.html:11 message-b1
424 >console-filter-groups.html:15 Inner group-C
425 console-filter-groups.html:16 message-c1
426 console-filter-groups.html:17 message-c2
427 >console-filter-groups.html:20 Collapsed inner group-D
428 >console-filter-groups.html:32 Collapsed outer group-F
429
430 Filter set to: /message-d1|group-E/
431
432 >console-filter-groups.html:6 Outer group-A
433 >console-filter-groups.html:10 Inner group-B
434 >console-filter-groups.html:15 Inner group-C
435 >console-filter-groups.html:20 Collapsed inner group-D
436 >console-filter-groups.html:32 Collapsed outer group-F
437
438 Filter set to: queryWithoutMatches
439
440 >console-filter-groups.html:6 Outer group-A
441 >console-filter-groups.html:10 Inner group-B
442 >console-filter-groups.html:15 Inner group-C
443 >console-filter-groups.html:20 Collapsed inner group-D
444 >console-filter-groups.html:32 Collapsed outer group-F
445
446 Filter cleared
447
448 >console-filter-groups.html:6 Outer group-A
449 console-filter-groups.html:7 message-a1
450 console-filter-groups.html:8 message-a2
451 >console-filter-groups.html:10 Inner group-B
452 console-filter-groups.html:11 message-b1
453 console-filter-groups.html:12 message-b2
454 >console-filter-groups.html:15 Inner group-C
455 console-filter-groups.html:16 message-c1
456 console-filter-groups.html:17 message-c2
457 >console-filter-groups.html:20 Collapsed inner group-D
458 >console-filter-groups.html:32 Collapsed outer group-F
459 console-filter-groups.html:37 message-z1
460 console-filter-groups.html:38 message-z2
461
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698