| OLD | NEW |
| 1 CONSOLE MESSAGE: line 11: Uncaught ReferenceError: unknown_var is not defined | 1 CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined |
| 2 CONSOLE MESSAGE: line 11: Uncaught ReferenceError: unknown_var is not defined | 2 CONSOLE ERROR: line 11: Uncaught ReferenceError: unknown_var is not defined |
| 3 Tests that certain user actions in scripts panel reveal execution line. | 3 Tests that certain user actions in scripts panel reveal execution line. |
| 4 | 4 |
| 5 Debugger was enabled. | 5 Debugger was enabled. |
| 6 | 6 |
| 7 Running: testRevealAfterPausedOnException | 7 Running: testRevealAfterPausedOnException |
| 8 Showing script1 source... | 8 Showing script1 source... |
| 9 Script source was shown for 'script1.js'. | 9 Script source was shown for 'script1.js'. |
| 10 Throwing exception... | 10 Throwing exception... |
| 11 Script source was shown for 'reveal-not-skipped.html'. | 11 Script source was shown for 'reveal-not-skipped.html'. |
| 12 Reloading page... | 12 Reloading page... |
| 13 Script execution paused. | 13 Script execution paused. |
| 14 Script execution resumed. | 14 Script execution resumed. |
| 15 Page reloaded. | 15 Page reloaded. |
| 16 Showing script1 source... | 16 Showing script1 source... |
| 17 Script source was shown for 'script1.js'. | 17 Script source was shown for 'script1.js'. |
| 18 Throwing exception... | 18 Throwing exception... |
| 19 Script source was shown for 'reveal-not-skipped.html'. | 19 Script source was shown for 'reveal-not-skipped.html'. |
| 20 | 20 |
| 21 Running: testRevealAfterPrettyPrintWhenPaused | 21 Running: testRevealAfterPrettyPrintWhenPaused |
| 22 Throwing exception... | 22 Throwing exception... |
| 23 Script execution paused. | 23 Script execution paused. |
| 24 Showing script1 source... | 24 Showing script1 source... |
| 25 Script source was shown for 'script1.js'. | 25 Script source was shown for 'script1.js'. |
| 26 Formatting... | 26 Formatting... |
| 27 Script source was shown for 'reveal-not-skipped.html'. | 27 Script source was shown for 'reveal-not-skipped.html'. |
| 28 Script execution resumed. | 28 Script execution resumed. |
| 29 Debugger was disabled. | 29 Debugger was disabled. |
| 30 | 30 |
| OLD | NEW |