| 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 63bf8d358729a146ec6069a08badcdf1225c5197..935a13de5a869bc9e9c6aab93b3b575afb360dd7 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
|
| @@ -6,15 +6,12 @@ Running: testSetup
|
| 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:14 var f = 0;
|
| +script-formatter-breakpoints-1.html:formatted:14 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.
|
|
|
|
|