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

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

Issue 360053002: Revert of 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: 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
deleted file mode 100644
index 98a3b284e15dd8c0e67f59d3210c532354785064..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/frameworks-step-from-framework-expected.txt
+++ /dev/null
@@ -1,39 +0,0 @@
-
-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