Index: LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a8fe82642a9a3b9fdcea01fd15a676cc605653f9 |
--- /dev/null |
+++ b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt |
@@ -0,0 +1,20 @@ |
+Tests the script formatting is working fine with breakpoints. |
+ |
+Debugger was enabled. |
+ |
+Running: testBreakpointsSetAndRemoveInFormattedSource |
+Script execution paused. |
+Breakpoint sidebar pane while paused in pretty printed |
+ |
+ unformatted.js:formatted:4var b = 1; |
+Breakpoint sidebar pane while paused in raw |
+ |
+Script execution resumed. |
+ |
+Running: testBreakpointSetInOriginalAndRemovedInFormatted |
+Adding breakpoint. |
+Formatting. |
+Removing breakpoint. |
+Unformatting. |
+Debugger was disabled. |
+ |