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

Unified Diff: LayoutTests/inspector/debugger/async-callstack-eval-expected.txt

Issue 136333007: DevTools: Implement evaluation on async call frames. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 6 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
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack-eval.html ('k') | Source/bindings/v8/ScriptFunctionCall.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/debugger/async-callstack-eval-expected.txt
diff --git a/LayoutTests/inspector/debugger/async-callstack-eval-expected.txt b/LayoutTests/inspector/debugger/async-callstack-eval-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..72cec144e73eb682ca641c25a8df5b6bd4fa78e3
--- /dev/null
+++ b/LayoutTests/inspector/debugger/async-callstack-eval-expected.txt
@@ -0,0 +1,14 @@
+Tests evaluation in an async call frame.
+
+Debugger was enabled.
+Set timer for test function.
+Call stack:
+ 0) timeout (async-callstack-eval.html:24)
+ [setTimeout]
+ 0) inner (async-callstack-eval.html:14)
+ 1) testFunction (async-callstack-eval.html:16)
+Select call frame: inner
+a = "PASS"
+b = "PASS"
+Debugger was disabled.
+
« no previous file with comments | « LayoutTests/inspector/debugger/async-callstack-eval.html ('k') | Source/bindings/v8/ScriptFunctionCall.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698