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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-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 Tests asynchronous call stacks for window.postMessage. 1 Tests asynchronous call stacks for window.postMessage.
2 2
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) onMessageReceivedInFrame (post-message-listener.html:7) 7 0) onMessageReceivedInFrame (post-message-listener.html:7)
8 [postMessage] 8 [postMessage]
9 0) postMessageToFrame (async-callstack-post-message.html:35) 9 0) postMessageToFrame (async-callstack-post-message.html:35)
10 1) onMessageReceivedInParent (async-callstack-post-message.html:23) 10 1) onMessageReceivedInParent (async-callstack-post-message.html:23)
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 53
54 Call stack: 54 Call stack:
55 0) onMessageReceivedInParent (async-callstack-post-message.html:21) 55 0) onMessageReceivedInParent (async-callstack-post-message.html:21)
56 [postMessage] 56 [postMessage]
57 0) postMessageToSelf (async-callstack-post-message.html:28) 57 0) postMessageToSelf (async-callstack-post-message.html:28)
58 1) timeout (async-callstack-post-message.html:15) 58 1) timeout (async-callstack-post-message.html:15)
59 [setTimeout] 59 [setTimeout]
60 0) testFunction (async-callstack-post-message.html:9) 60 0) testFunction (async-callstack-post-message.html:9)
61 61
62 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698