| OLD | NEW |
| 1 CONSOLE MESSAGE: line 10: Begin | 1 CONSOLE MESSAGE: line 10: Begin |
| 2 CONSOLE MESSAGE: line 12: Middle: Breakpoint 1 | 2 CONSOLE MESSAGE: line 12: Middle: Breakpoint 1 |
| 3 CONSOLE MESSAGE: line 13: Middle: Breakpoint 2 | 3 CONSOLE MESSAGE: line 13: Middle: Breakpoint 2 |
| 4 CONSOLE ERROR: line 14: Assertion failed! | 4 CONSOLE ERROR: line 14: Assertion failed! |
| 5 CONSOLE ERROR: line 15: Some console.error message | 5 CONSOLE ERROR: line 15: Some console.error message |
| 6 CONSOLE MESSAGE: line 25: End | 6 CONSOLE MESSAGE: line 25: End |
| 7 CONSOLE ERROR: line 36: Uncaught Error: error message | 7 CONSOLE ERROR: line 36: Uncaught Error: error message |
| 8 Tests that 'skip all pauses' mode blocks breakpoint and gets cancelled right at
page reload. | 8 Tests that 'skip all pauses' mode blocks breakpoint and gets cancelled right at
page reload. |
| 9 | 9 |
| 10 Script source was shown. | 10 Script source was shown. |
| 11 Set up breakpoints. | 11 Set up breakpoints. |
| 12 Set up to pause on all exceptions. | 12 Set up to pause on all exceptions. |
| 13 Set up DOM breakpoints. | 13 Set up DOM breakpoints. |
| 14 Set up Event breakpoints. | 14 Set up Event breakpoints. |
| 15 Did set up. | 15 Did set up. |
| 16 Set timer for test function. | 16 Set timer for test function. |
| 17 Script execution paused. | 17 Script execution paused. |
| 18 Call stack: | 18 Call stack: |
| 19 0) testFunction (skip-pauses-until-reload.html:11) | 19 0) testFunction (skip-pauses-until-reload.html:11) |
| 20 Set up to skip all pauses. | 20 Set up to skip all pauses. |
| 21 Reloading the page... | 21 Reloading the page... |
| 22 Script execution resumed. | 22 Script execution resumed. |
| 23 Page reloaded. | 23 Page reloaded. |
| 24 PASS: Reloaded without hitting breakpoints. | 24 PASS: Reloaded without hitting breakpoints. |
| 25 | 25 |
| OLD | NEW |