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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console-expected.txt

Issue 2270033003: DevTools: include traces when exporting console log via 'Save as' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use contentElement instead of formattedMessage Created 4 years, 3 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: console.clear 1 CONSOLE MESSAGE: line 11: console.clear
2 CONSOLE MESSAGE: line 17: console.trace 2 CONSOLE MESSAGE: line 17: console.trace
3 CONSOLE ERROR: line 24: Uncaught Error: foo 3 CONSOLE ERROR: line 24: Uncaught Error: foo
4 CONSOLE MESSAGE: line 29: console.trace 4 CONSOLE MESSAGE: line 29: console.trace
5 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://www.example.com') does not match the recipient windo w's origin (''). 5 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ et origin provided ('http://www.example.com') does not match the recipient windo w's origin ('').
6 Tests asynchronous call stacks printed in console. 6 Tests asynchronous call stacks printed in console.
7 7
8 8
9 Set timer for test function. 9 Set timer for test function.
10 async-callstack-in-console.html:11 Console was cleared 10 async-callstack-in-console.html:11 Console was cleared
11 11
12 async-callstack-in-console.html:17 console.trace 12 async-callstack-in-console.html:17 console.trace
13 13
14
14 timeout1 @ async-callstack-in-console.html:17 15 timeout1 @ async-callstack-in-console.html:17
16
15 setTimeout (async) 17 setTimeout (async)
18
16 testFunction @ async-callstack-in-console.html:12 19 testFunction @ async-callstack-in-console.html:12
17 20
18 async-callstack-in-console.html:24 Uncaught Error: foo(…) 21 async-callstack-in-console.html:24 Uncaught Error: foo(…)
19 22
23
20 timeout2 @ async-callstack-in-console.html:24 24 timeout2 @ async-callstack-in-console.html:24
25
21 setTimeout (async) 26 setTimeout (async)
27
22 timeout1 @ async-callstack-in-console.html:18 28 timeout1 @ async-callstack-in-console.html:18
29
23 setTimeout (async) 30 setTimeout (async)
31
24 testFunction @ async-callstack-in-console.html:12 32 testFunction @ async-callstack-in-console.html:12
25 33
26 async-callstack-in-console.html:29 console.trace 34 async-callstack-in-console.html:29 console.trace
27 35
36
28 timeout3 @ async-callstack-in-console.html:29 37 timeout3 @ async-callstack-in-console.html:29
38
29 setTimeout (async) 39 setTimeout (async)
40
30 timeout2 @ async-callstack-in-console.html:23 41 timeout2 @ async-callstack-in-console.html:23
42
31 setTimeout (async) 43 setTimeout (async)
44
32 timeout1 @ async-callstack-in-console.html:18 45 timeout1 @ async-callstack-in-console.html:18
46
33 setTimeout (async) 47 setTimeout (async)
48
34 testFunction @ async-callstack-in-console.html:12 49 testFunction @ async-callstack-in-console.html:12
35 50
36 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWi ndow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('file://'). 51 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWi ndow': The target origin provided ('http://www.example.com') does not match the recipient window's origin ('file://').
37 52
53
38 tryPostMessage @ async-callstack-in-console.html:37 54 tryPostMessage @ async-callstack-in-console.html:37
55
39 timeout3 @ async-callstack-in-console.html:31 56 timeout3 @ async-callstack-in-console.html:31
57
40 setTimeout (async) 58 setTimeout (async)
59
41 timeout2 @ async-callstack-in-console.html:23 60 timeout2 @ async-callstack-in-console.html:23
61
42 setTimeout (async) 62 setTimeout (async)
63
43 timeout1 @ async-callstack-in-console.html:18 64 timeout1 @ async-callstack-in-console.html:18
65
44 setTimeout (async) 66 setTimeout (async)
67
45 testFunction @ async-callstack-in-console.html:12 68 testFunction @ async-callstack-in-console.html:12
46 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698