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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-eval-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-eval-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-eval-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-eval-expected.txt
index 607762eb83589d8aa3db3c96fac7cbf41ddb31d8..58d3f28260138c75e0db30e60ff6ff304435f126 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-eval-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-eval-expected.txt
@@ -2,11 +2,16 @@ Tests evaluation in an async call frame.
Set timer for test function.
Call stack:
- 0) timeout (async-callstack-eval.html:25)
+ 0) timeout (async-callstack-eval.html:26)
[setTimeout]
- 0) inner (async-callstack-eval.html:15)
- 1) testFunction (async-callstack-eval.html:17)
+ 0) inner (async-callstack-eval.html:16)
+ 1) testFunction (async-callstack-eval.html:18)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Select call frame: inner
a = "PASS"
b = "PASS"
+Select call frame: scheduleTestFunction
+g = "PASS"

Powered by Google App Engine
This is Rietveld 408576698