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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html

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-in-console.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
index 70acff161ac457a02a56848e6c0d41241c9797e7..42841ad4d6476a518af8981f77018cc9c47374fb 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-in-console.html
@@ -42,7 +42,7 @@ function tryPostMessage(win, origin)
var test = function()
{
- var maxAsyncCallStackDepth = 4;
+ var maxAsyncCallStackDepth = 8;
var numberOfConsoleMessages = 5;
InspectorTest.setQuiet(true);

Powered by Google App Engine
This is Rietveld 408576698