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

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

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE ERROR: line 24: Uncaught Error: foo
2 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 ('').
3 Tests asynchronous call stacks printed in console.
4
5
6 Set timer for test function.
7 async-callstack-in-console.html:11 Console was cleared
8
9 async-callstack-in-console.html:17 console.trace()
10
11 timeout1 @ async-callstack-in-console.html:17
12 setTimeout (async)
13 testFunction @ async-callstack-in-console.html:12
14
15 async-callstack-in-console.html:24 Uncaught Error: foo
16
17 timeout2 @ async-callstack-in-console.html:24
18 setTimeout (async)
19 timeout1 @ async-callstack-in-console.html:18
20 setTimeout (async)
21 testFunction @ async-callstack-in-console.html:12
22
23 async-callstack-in-console.html:29 console.trace()
24
25 timeout3 @ async-callstack-in-console.html:29
26 setTimeout (async)
27 timeout2 @ async-callstack-in-console.html:23
28 setTimeout (async)
29 timeout1 @ async-callstack-in-console.html:18
30 setTimeout (async)
31 testFunction @ async-callstack-in-console.html:12
32
33 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://').
34
35 tryPostMessage @ async-callstack-in-console.html:37
36 timeout3 @ async-callstack-in-console.html:31
37 setTimeout (async)
38 timeout2 @ async-callstack-in-console.html:23
39 setTimeout (async)
40 timeout1 @ async-callstack-in-console.html:18
41 setTimeout (async)
42 testFunction @ async-callstack-in-console.html:12
43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698