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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-xhrs-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
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
2 Tests asynchronous call stacks for XHRs. 2 Tests asynchronous call stacks for XHRs.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
6 Call stack: 6 Call stack:
7 0) downloadEnd1 (async-callstack-xhrs.html:36) 7 0) downloadEnd1 (async-callstack-xhrs.html:36)
8 1) sendXHR (async-callstack-xhrs.html:66) 8 1) sendXHR (async-callstack-xhrs.html:66)
9 2) sendSyncXHR (async-callstack-xhrs.html:21) 9 2) sendSyncXHR (async-callstack-xhrs.html:21)
10 3) timeout (async-callstack-xhrs.html:16) 10 3) timeout (async-callstack-xhrs.html:16)
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 Call stack: 75 Call stack:
76 0) xhr.onreadystatechange (async-callstack-xhrs.html:30) 76 0) xhr.onreadystatechange (async-callstack-xhrs.html:30)
77 [XMLHttpRequest.send] 77 [XMLHttpRequest.send]
78 0) sendXHR (async-callstack-xhrs.html:66) 78 0) sendXHR (async-callstack-xhrs.html:66)
79 1) sendAsyncXHR (async-callstack-xhrs.html:20) 79 1) sendAsyncXHR (async-callstack-xhrs.html:20)
80 2) timeout (async-callstack-xhrs.html:17) 80 2) timeout (async-callstack-xhrs.html:17)
81 [setTimeout] 81 [setTimeout]
82 0) testFunction (async-callstack-xhrs.html:11) 82 0) testFunction (async-callstack-xhrs.html:11)
83 83
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698