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

Unified Diff: LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt

Issue 342713002: DevTools: Debugger StepInto/Out/Over initiated from a framework should not black-box it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added missing null check Created 6 years, 6 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: LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt b/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..98a3b284e15dd8c0e67f59d3210c532354785064
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt
@@ -0,0 +1,39 @@
+
+Tests stepping from framework call frames.
+
+Set timer for test function.
+Call stack:
+ * 0) Framework.breakInFramework (framework.js:26)
+ * 1) Framework.safeRun (framework.js:8)
+ 2) testFunction (frameworks-step-from-framework.html:10)
+
+Executing StepInto...
+Call stack:
+ * 0) Framework.breakInFramework (framework.js:27)
+ * 1) Framework.safeRun (framework.js:8)
+ 2) testFunction (frameworks-step-from-framework.html:10)
+
+Executing StepOver...
+Call stack:
+ * 0) Framework.safeRun (framework.js:9)
+ 1) testFunction (frameworks-step-from-framework.html:10)
+
+Executing StepOut...
+Call stack:
+ 0) testFunction (frameworks-step-from-framework.html:11)
+
+Executing StepInto...
+Call stack:
+ 0) testFunction (frameworks-step-from-framework.html:12)
+
+Executing Resume...
+Call stack:
+ * 0) Framework.sendXHR (framework.js:79)
+ 1) testFunction (frameworks-step-from-framework.html:13)
+
+Executing StepInto...
+Call stack:
+ * 0) Framework.sendXHR (framework.js:80)
+ 1) testFunction (frameworks-step-from-framework.html:13)
+
+

Powered by Google App Engine
This is Rietveld 408576698