| 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 Debugger was enabled. | 3 Debugger was enabled. |
| 4 | 4 |
| 5 Running: testBreakpointsInOriginalAndFormattedSource | 5 Running: testBreakpointsInOriginalAndFormattedSource |
| 6 Script execution paused. | 6 Script execution paused. |
| 7 |
| 8 Dump breakpoint sidebar pane: |
| 9 |
| 10 script-formatter-breakpoints.html:11 |
| 11 var f=0; |
| 7 Script execution resumed. | 12 Script execution resumed. |
| 8 Page reloaded. | 13 Page reloaded. |
| 9 Navigated to test-navigation.html | 14 Navigated to test-navigation.html |
| 10 Page reloaded. | 15 Page reloaded. |
| 11 Navigated back to test page. | 16 Navigated back to test page. |
| 17 |
| 18 Dump breakpoint sidebar pane: |
| 19 |
| 12 Script execution paused. | 20 Script execution paused. |
| 21 |
| 22 Dump breakpoint sidebar pane: |
| 23 |
| 24 script-formatter-breakpoints.html:25 |
| 25 return 0; |
| 13 Script execution resumed. | 26 Script execution resumed. |
| 27 |
| 28 Dump breakpoint sidebar pane: |
| 29 |
| 30 script-formatter-breakpoints.html:11 |
| 31 var f=0; |
| 14 Debugger was disabled. | 32 Debugger was disabled. |
| 15 | 33 |
| OLD | NEW |