| OLD | NEW |
| 1 Tests the script formatting is working fine with breakpoints. | 1 Tests the script formatting is working fine with breakpoints. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetup | 4 Running: testSetup |
| 5 | 5 |
| 6 Running: testBreakpointsInOriginalAndFormattedSource | 6 Running: testBreakpointsInOriginalAndFormattedSource |
| 7 Script execution paused. | 7 Script execution paused. |
| 8 Breakpoint sidebar pane while paused in raw | 8 Breakpoint sidebar pane while paused in raw |
| 9 | 9 script-formatter-breakpoints-1.html:12 var f=0; |
| 10 script-formatter-breakpoints-1.html:12 var f=0; | |
| 11 Script execution resumed. | 10 Script execution resumed. |
| 12 Script execution paused. | 11 Script execution paused. |
| 13 Breakpoint sidebar pane while paused in pretty printed | 12 Breakpoint sidebar pane while paused in pretty printed |
| 14 | 13 script-formatter-breakpoints-1.html:formatted:14 var f = 0; |
| 15 script-formatter-breakpoints-1.html:formatted:14 var f = 0; | |
| 16 Breakpoint sidebar pane while paused in raw | 14 Breakpoint sidebar pane while paused in raw |
| 17 | 15 script-formatter-breakpoints-1.html:12 var f=0; |
| 18 script-formatter-breakpoints-1.html:12 var f=0; | |
| 19 Script execution resumed. | 16 Script execution resumed. |
| 20 | 17 |
| OLD | NEW |