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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval-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-set-interval-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval-expected.txt
index b05d6f2a22dfe063b77c4f271c36ff9d8ca67c37..413ce90b7df90f98c771a5b866a917a00264a25c 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-set-interval-expected.txt
@@ -6,15 +6,24 @@ Call stack:
0) callback (async-callstack-set-interval.html:17)
[setInterval]
0) testFunction (async-callstack-set-interval.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) callback (async-callstack-set-interval.html:19)
[setInterval]
0) testFunction (async-callstack-set-interval.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) callback (async-callstack-set-interval.html:22)
[setInterval]
0) testFunction (async-callstack-set-interval.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698