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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt

Issue 2650943009: [DevTools] increase AsyncCallStackDepth to 8 (Closed)
Patch Set: added missing test Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
index e0d340c938e605531a416491bab8396e89e928bb..e4c36eab26b1ed5e5cd938ec7fc4887b87611af3 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-post-message-expected.txt
@@ -16,6 +16,9 @@ Call stack:
1) timeout (async-callstack-post-message.html:16)
[setTimeout]
0) testFunction (async-callstack-post-message.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onMessageReceivedInFrame (post-message-listener.html:7)
@@ -42,6 +45,11 @@ Call stack:
[postMessage]
0) postMessageToFrame (async-callstack-post-message.html:35)
1) timeout (async-callstack-post-message.html:16)
+ [setTimeout]
+ 0) testFunction (async-callstack-post-message.html:9)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) onMessageReceivedInParent (async-callstack-post-message.html:21)

Powered by Google App Engine
This is Rietveld 408576698