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) |
+ |
+ |