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

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

Issue 1380573002: DevTools: fix evaluation on the last async call stack in chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaselined async-callstack-filesystem.html Created 5 years, 3 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt
index 11877d57553e0624788735a3e90a22db2b64b49d..adb5d402503a8a88635a3fd40c0ecc623fa421b2 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-expected.txt
@@ -9,6 +9,9 @@ Call stack:
1) innerTestFunction (async-callstack.html:11)
[setTimeout]
0) testFunction (async-callstack.html:13)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) animFrame2 (async-callstack.html:47)
@@ -19,6 +22,9 @@ Call stack:
1) innerTestFunction (async-callstack.html:11)
[setTimeout]
0) testFunction (async-callstack.html:13)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) interval1 (async-callstack.html:37)
@@ -28,12 +34,18 @@ Call stack:
1) innerTestFunction (async-callstack.html:11)
[setTimeout]
0) testFunction (async-callstack.html:13)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) timeout1 (async-callstack.html:18)
1) innerTestFunction (async-callstack.html:11)
[setTimeout]
0) testFunction (async-callstack.html:13)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) timeout2 (async-callstack.html:42)
@@ -44,6 +56,9 @@ Call stack:
1) innerTestFunction (async-callstack.html:11)
[setTimeout]
0) testFunction (async-callstack.html:13)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) timeout3 (async-callstack.html:61)

Powered by Google App Engine
This is Rietveld 408576698