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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
1 Tests evaluation in an async call frame. 1 Tests evaluation in an async call frame.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Call stack: 4 Call stack:
5 0) timeout (async-callstack-eval.html:25) 5 0) timeout (async-callstack-eval.html:26)
6 [setTimeout] 6 [setTimeout]
7 0) inner (async-callstack-eval.html:15) 7 0) inner (async-callstack-eval.html:16)
8 1) testFunction (async-callstack-eval.html:17) 8 1) testFunction (async-callstack-eval.html:18)
9 [setTimeout]
10 0) scheduleTestFunction (debugger-test.js:3)
11 <... skipped remaining frames ...>
9 Select call frame: inner 12 Select call frame: inner
10 a = "PASS" 13 a = "PASS"
11 b = "PASS" 14 b = "PASS"
15 Select call frame: scheduleTestFunction
16 g = "PASS"
12 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698