Index: third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt |
index 7d2469710f209886190b00d4c326a9585bba277c..51c8d9ce5c02d929785c9b72c57889d39337b858 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt |
+++ b/third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-1-expected.txt |
@@ -7,14 +7,14 @@ Running: testBreakpointsInOriginalAndFormattedSource |
Script execution paused. |
Breakpoint sidebar pane while paused in raw |
-script-formatter-breakpoints-1.html:12 var f=0; |
+ script-formatter-breakpoints-1.html:12 var f=0; |
Script execution resumed. |
Script execution paused. |
Breakpoint sidebar pane while paused in pretty printed |
-script-formatter-breakpoints-1.html:formatted:13 var f = 0; |
+ script-formatter-breakpoints-1.html:formatted:13 var f = 0; |
Breakpoint sidebar pane while paused in raw |
-script-formatter-breakpoints-1.html:12 var f=0; |
+ script-formatter-breakpoints-1.html:12 var f=0; |
Script execution resumed. |