Index: LayoutTests/inspector/debugger/debug-console-command-expected.txt |
diff --git a/LayoutTests/inspector/debugger/debug-console-command-expected.txt b/LayoutTests/inspector/debugger/debug-console-command-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f3f21a2b8f95a2446e838c4b597605727778fb5b |
--- /dev/null |
+++ b/LayoutTests/inspector/debugger/debug-console-command-expected.txt |
@@ -0,0 +1,35 @@ |
+Tests debug(fn) console command. |
+ |
+Debugger was enabled. |
+ |
+Running: testSetSimpleBreakpoint |
+Breakpoint added. |
+Set timer for test function. |
+Script execution paused. |
+Call stack: |
+ 0) simpleTestFunction (debug-console-command.html:10) |
+ 1) (:2) |
+All breakpoints removed. |
+Script execution resumed. |
+ |
+Running: testSetBreakpointOnFirstFunctionInLine |
+Breakpoint added. |
+Set timer for test function. |
+Script execution paused. |
+Call stack: |
+ 0) simpleTestFunction1 (debug-console-command.html:15) |
+ 1) (:2) |
+All breakpoints removed. |
+Script execution resumed. |
+ |
+Running: testSetBreakpointOnLastFunctionInLine |
+Breakpoint added. |
+Set timer for test function. |
+Script execution paused. |
+Call stack: |
+ 0) simpleTestFunction2 (debug-console-command.html:15) |
+ 1) (:2) |
+All breakpoints removed. |
+Script execution resumed. |
+Debugger was disabled. |
+ |