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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-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-mutation-observer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt
index bc2f27c742b4ed7444b29fe5ddd736aa319ada69..784212e6144ef2a53976903ca5ffd2291c19d469 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-mutation-observer-expected.txt
@@ -53,6 +53,11 @@ Call stack:
[attributes]
0) doMutations1 (async-callstack-mutation-observer.html:50)
1) timeout1 (async-callstack-mutation-observer.html:44)
+ [setTimeout]
+ 0) testFunction (async-callstack-mutation-observer.html:35)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) timeoutFromMutation (async-callstack-mutation-observer.html:70)
@@ -79,5 +84,8 @@ Call stack:
1) timeout1 (async-callstack-mutation-observer.html:44)
[setTimeout]
0) testFunction (async-callstack-mutation-observer.html:35)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698