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

Side by Side Diff: test/inspector/runtime/console-methods-expected.txt

Issue 2674583002: [inspector] added missing test for console methods (Closed)
Patch Set: rebased Created 3 years, 10 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
« no previous file with comments | « test/inspector/runtime/console-methods.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks console methods
2 {
3 method : Runtime.consoleAPICalled
4 params : {
5 args : [
6 [0] : {
7 type : string
8 value : debug
9 }
10 ]
11 executionContextId : <executionContextId>
12 stackTrace : {
13 callFrames : [
14 [0] : {
15 columnNumber : 10
16 functionName : testFunction
17 lineNumber : 9
18 scriptId : <scriptId>
19 url : test.js
20 }
21 [1] : {
22 columnNumber : 0
23 functionName :
24 lineNumber : 0
25 scriptId : <scriptId>
26 url :
27 }
28 ]
29 }
30 timestamp : <timestamp>
31 type : debug
32 }
33 }
34 {
35 method : Runtime.consoleAPICalled
36 params : {
37 args : [
38 [0] : {
39 type : string
40 value : error
41 }
42 ]
43 executionContextId : <executionContextId>
44 stackTrace : {
45 callFrames : [
46 [0] : {
47 columnNumber : 10
48 functionName : testFunction
49 lineNumber : 10
50 scriptId : <scriptId>
51 url : test.js
52 }
53 [1] : {
54 columnNumber : 0
55 functionName :
56 lineNumber : 0
57 scriptId : <scriptId>
58 url :
59 }
60 ]
61 }
62 timestamp : <timestamp>
63 type : error
64 }
65 }
66 {
67 method : Runtime.consoleAPICalled
68 params : {
69 args : [
70 [0] : {
71 type : string
72 value : info
73 }
74 ]
75 executionContextId : <executionContextId>
76 stackTrace : {
77 callFrames : [
78 [0] : {
79 columnNumber : 10
80 functionName : testFunction
81 lineNumber : 11
82 scriptId : <scriptId>
83 url : test.js
84 }
85 [1] : {
86 columnNumber : 0
87 functionName :
88 lineNumber : 0
89 scriptId : <scriptId>
90 url :
91 }
92 ]
93 }
94 timestamp : <timestamp>
95 type : info
96 }
97 }
98 {
99 method : Runtime.consoleAPICalled
100 params : {
101 args : [
102 [0] : {
103 type : string
104 value : log
105 }
106 ]
107 executionContextId : <executionContextId>
108 stackTrace : {
109 callFrames : [
110 [0] : {
111 columnNumber : 10
112 functionName : testFunction
113 lineNumber : 12
114 scriptId : <scriptId>
115 url : test.js
116 }
117 [1] : {
118 columnNumber : 0
119 functionName :
120 lineNumber : 0
121 scriptId : <scriptId>
122 url :
123 }
124 ]
125 }
126 timestamp : <timestamp>
127 type : log
128 }
129 }
130 {
131 method : Runtime.consoleAPICalled
132 params : {
133 args : [
134 [0] : {
135 type : string
136 value : warn
137 }
138 ]
139 executionContextId : <executionContextId>
140 stackTrace : {
141 callFrames : [
142 [0] : {
143 columnNumber : 10
144 functionName : testFunction
145 lineNumber : 13
146 scriptId : <scriptId>
147 url : test.js
148 }
149 [1] : {
150 columnNumber : 0
151 functionName :
152 lineNumber : 0
153 scriptId : <scriptId>
154 url :
155 }
156 ]
157 }
158 timestamp : <timestamp>
159 type : warning
160 }
161 }
162 {
163 method : Runtime.consoleAPICalled
164 params : {
165 args : [
166 [0] : {
167 type : string
168 value : dir
169 }
170 ]
171 executionContextId : <executionContextId>
172 stackTrace : {
173 callFrames : [
174 [0] : {
175 columnNumber : 10
176 functionName : testFunction
177 lineNumber : 14
178 scriptId : <scriptId>
179 url : test.js
180 }
181 [1] : {
182 columnNumber : 0
183 functionName :
184 lineNumber : 0
185 scriptId : <scriptId>
186 url :
187 }
188 ]
189 }
190 timestamp : <timestamp>
191 type : dir
192 }
193 }
194 {
195 method : Runtime.consoleAPICalled
196 params : {
197 args : [
198 [0] : {
199 type : string
200 value : dirxml
201 }
202 ]
203 executionContextId : <executionContextId>
204 stackTrace : {
205 callFrames : [
206 [0] : {
207 columnNumber : 10
208 functionName : testFunction
209 lineNumber : 15
210 scriptId : <scriptId>
211 url : test.js
212 }
213 [1] : {
214 columnNumber : 0
215 functionName :
216 lineNumber : 0
217 scriptId : <scriptId>
218 url :
219 }
220 ]
221 }
222 timestamp : <timestamp>
223 type : dirxml
224 }
225 }
226 {
227 method : Runtime.consoleAPICalled
228 params : {
229 args : [
230 [0] : {
231 className : Array
232 description : Array(2)
233 objectId : <objectId>
234 preview : {
235 description : Array(2)
236 overflow : false
237 properties : [
238 [0] : {
239 name : 0
240 subtype : array
241 type : object
242 valuePreview : {
243 description : Array(2)
244 overflow : false
245 properties : [
246 [0] : {
247 name : 0
248 type : number
249 value : 1
250 }
251 [1] : {
252 name : 1
253 type : number
254 value : 2
255 }
256 ]
257 subtype : array
258 type : object
259 }
260 }
261 [1] : {
262 name : 1
263 subtype : array
264 type : object
265 valuePreview : {
266 description : Array(2)
267 overflow : false
268 properties : [
269 [0] : {
270 name : 0
271 type : number
272 value : 3
273 }
274 [1] : {
275 name : 1
276 type : number
277 value : 4
278 }
279 ]
280 subtype : array
281 type : object
282 }
283 }
284 ]
285 subtype : array
286 type : object
287 }
288 subtype : array
289 type : object
290 }
291 ]
292 executionContextId : <executionContextId>
293 stackTrace : {
294 callFrames : [
295 [0] : {
296 columnNumber : 10
297 functionName : testFunction
298 lineNumber : 16
299 scriptId : <scriptId>
300 url : test.js
301 }
302 [1] : {
303 columnNumber : 0
304 functionName :
305 lineNumber : 0
306 scriptId : <scriptId>
307 url :
308 }
309 ]
310 }
311 timestamp : <timestamp>
312 type : table
313 }
314 }
315 {
316 method : Runtime.consoleAPICalled
317 params : {
318 args : [
319 [0] : {
320 type : string
321 value : trace
322 }
323 ]
324 executionContextId : <executionContextId>
325 stackTrace : {
326 callFrames : [
327 [0] : {
328 columnNumber : 10
329 functionName : testFunction
330 lineNumber : 17
331 scriptId : <scriptId>
332 url : test.js
333 }
334 [1] : {
335 columnNumber : 0
336 functionName :
337 lineNumber : 0
338 scriptId : <scriptId>
339 url :
340 }
341 ]
342 }
343 timestamp : <timestamp>
344 type : trace
345 }
346 }
347 {
348 method : Runtime.consoleAPICalled
349 params : {
350 args : [
351 [0] : {
352 type : string
353 value : console.trace
354 }
355 ]
356 executionContextId : <executionContextId>
357 stackTrace : {
358 callFrames : [
359 [0] : {
360 columnNumber : 10
361 functionName : testFunction
362 lineNumber : 18
363 scriptId : <scriptId>
364 url : test.js
365 }
366 [1] : {
367 columnNumber : 0
368 functionName :
369 lineNumber : 0
370 scriptId : <scriptId>
371 url :
372 }
373 ]
374 }
375 timestamp : <timestamp>
376 type : trace
377 }
378 }
379 {
380 method : Runtime.consoleAPICalled
381 params : {
382 args : [
383 [0] : {
384 type : string
385 value : console.group
386 }
387 ]
388 executionContextId : <executionContextId>
389 stackTrace : {
390 callFrames : [
391 [0] : {
392 columnNumber : 10
393 functionName : testFunction
394 lineNumber : 19
395 scriptId : <scriptId>
396 url : test.js
397 }
398 [1] : {
399 columnNumber : 0
400 functionName :
401 lineNumber : 0
402 scriptId : <scriptId>
403 url :
404 }
405 ]
406 }
407 timestamp : <timestamp>
408 type : startGroup
409 }
410 }
411 {
412 method : Runtime.consoleAPICalled
413 params : {
414 args : [
415 [0] : {
416 type : string
417 value : console.groupEnd
418 }
419 ]
420 executionContextId : <executionContextId>
421 stackTrace : {
422 callFrames : [
423 [0] : {
424 columnNumber : 10
425 functionName : testFunction
426 lineNumber : 20
427 scriptId : <scriptId>
428 url : test.js
429 }
430 [1] : {
431 columnNumber : 0
432 functionName :
433 lineNumber : 0
434 scriptId : <scriptId>
435 url :
436 }
437 ]
438 }
439 timestamp : <timestamp>
440 type : endGroup
441 }
442 }
443 {
444 method : Runtime.consoleAPICalled
445 params : {
446 args : [
447 [0] : {
448 type : string
449 value : console.groupCollapsed
450 }
451 ]
452 executionContextId : <executionContextId>
453 stackTrace : {
454 callFrames : [
455 [0] : {
456 columnNumber : 10
457 functionName : testFunction
458 lineNumber : 21
459 scriptId : <scriptId>
460 url : test.js
461 }
462 [1] : {
463 columnNumber : 0
464 functionName :
465 lineNumber : 0
466 scriptId : <scriptId>
467 url :
468 }
469 ]
470 }
471 timestamp : <timestamp>
472 type : startGroupCollapsed
473 }
474 }
475 {
476 method : Runtime.consoleAPICalled
477 params : {
478 args : [
479 [0] : {
480 type : string
481 value : clear
482 }
483 ]
484 executionContextId : <executionContextId>
485 stackTrace : {
486 callFrames : [
487 [0] : {
488 columnNumber : 10
489 functionName : testFunction
490 lineNumber : 22
491 scriptId : <scriptId>
492 url : test.js
493 }
494 [1] : {
495 columnNumber : 0
496 functionName :
497 lineNumber : 0
498 scriptId : <scriptId>
499 url :
500 }
501 ]
502 }
503 timestamp : <timestamp>
504 type : clear
505 }
506 }
507 {
508 method : Runtime.consoleAPICalled
509 params : {
510 args : [
511 [0] : {
512 type : string
513 value : console.clear
514 }
515 ]
516 executionContextId : <executionContextId>
517 stackTrace : {
518 callFrames : [
519 [0] : {
520 columnNumber : 10
521 functionName : testFunction
522 lineNumber : 23
523 scriptId : <scriptId>
524 url : test.js
525 }
526 [1] : {
527 columnNumber : 0
528 functionName :
529 lineNumber : 0
530 scriptId : <scriptId>
531 url :
532 }
533 ]
534 }
535 timestamp : <timestamp>
536 type : clear
537 }
538 }
539 {
540 method : Runtime.consoleAPICalled
541 params : {
542 args : [
543 [0] : {
544 type : string
545 value : count: 1
546 }
547 ]
548 executionContextId : <executionContextId>
549 stackTrace : {
550 callFrames : [
551 [0] : {
552 columnNumber : 10
553 functionName : testFunction
554 lineNumber : 24
555 scriptId : <scriptId>
556 url : test.js
557 }
558 [1] : {
559 columnNumber : 0
560 functionName :
561 lineNumber : 0
562 scriptId : <scriptId>
563 url :
564 }
565 ]
566 }
567 timestamp : <timestamp>
568 type : count
569 }
570 }
571 {
572 method : Runtime.consoleAPICalled
573 params : {
574 args : [
575 [0] : {
576 type : string
577 value : 1
578 }
579 ]
580 executionContextId : <executionContextId>
581 stackTrace : {
582 callFrames : [
583 [0] : {
584 columnNumber : 12
585 functionName : foo
586 lineNumber : 26
587 scriptId : <scriptId>
588 url : test.js
589 }
590 [1] : {
591 columnNumber : 2
592 functionName : testFunction
593 lineNumber : 28
594 scriptId : <scriptId>
595 url : test.js
596 }
597 [2] : {
598 columnNumber : 0
599 functionName :
600 lineNumber : 0
601 scriptId : <scriptId>
602 url :
603 }
604 ]
605 }
606 timestamp : <timestamp>
607 type : count
608 }
609 }
610 {
611 method : Runtime.consoleAPICalled
612 params : {
613 args : [
614 [0] : {
615 type : string
616 value : 2
617 }
618 ]
619 executionContextId : <executionContextId>
620 stackTrace : {
621 callFrames : [
622 [0] : {
623 columnNumber : 12
624 functionName : foo
625 lineNumber : 26
626 scriptId : <scriptId>
627 url : test.js
628 }
629 [1] : {
630 columnNumber : 2
631 functionName : testFunction
632 lineNumber : 29
633 scriptId : <scriptId>
634 url : test.js
635 }
636 [2] : {
637 columnNumber : 0
638 functionName :
639 lineNumber : 0
640 scriptId : <scriptId>
641 url :
642 }
643 ]
644 }
645 timestamp : <timestamp>
646 type : count
647 }
648 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/console-methods.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698