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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-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-frameworks/frameworks-with-async-callstack-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
index a2c49c48348309c5d5c2c1c8dade4518d0f5ab48..5980b9567646a418d020330165d53618163e08b4 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-with-async-callstack-expected.txt
@@ -22,6 +22,9 @@ Call stack:
5) timeout1 (frameworks-with-async-callstack.html:20)
[setTimeout]
0) testFunction (frameworks-with-async-callstack.html:15)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Printing visible call stack:
Call stack:
@@ -33,4 +36,7 @@ Call stack:
1) timeout1 (frameworks-with-async-callstack.html:20)
[setTimeout]
0) testFunction (frameworks-with-async-callstack.html:15)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698