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

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

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 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
1 Tests asynchronous call stacks for XHRs. 1 Tests asynchronous call stacks for XHRs.
2 2
3 Debugger was enabled.
4 Set timer for test function. 3 Set timer for test function.
5 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
6 Call stack: 5 Call stack:
7 0) downloadEnd (async-callstack-xhrs.html:36) 6 0) downloadEnd (async-callstack-xhrs.html:36)
8 1) sendXHR (async-callstack-xhrs.html:60) 7 1) sendXHR (async-callstack-xhrs.html:60)
9 2) sendSyncXHR (async-callstack-xhrs.html:21) 8 2) sendSyncXHR (async-callstack-xhrs.html:21)
10 3) timeout (async-callstack-xhrs.html:16) 9 3) timeout (async-callstack-xhrs.html:16)
11 [setTimeout] 10 [setTimeout]
12 0) testFunction (async-callstack-xhrs.html:11) 11 0) testFunction (async-callstack-xhrs.html:11)
13 12
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 56
58 Call stack: 57 Call stack:
59 0) xhr.onreadystatechange (async-callstack-xhrs.html:30) 58 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
60 [XMLHttpRequest.send] 59 [XMLHttpRequest.send]
61 0) sendXHR (async-callstack-xhrs.html:60) 60 0) sendXHR (async-callstack-xhrs.html:60)
62 1) sendAsyncXHR (async-callstack-xhrs.html:20) 61 1) sendAsyncXHR (async-callstack-xhrs.html:20)
63 2) timeout (async-callstack-xhrs.html:17) 62 2) timeout (async-callstack-xhrs.html:17)
64 [setTimeout] 63 [setTimeout]
65 0) testFunction (async-callstack-xhrs.html:11) 64 0) testFunction (async-callstack-xhrs.html:11)
66 65
67 Debugger was disabled.
68 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698