| OLD | NEW |
| 1 Tests that evaluation in console that throws works fine when script is paused. | 1 Tests that evaluation in console that throws works fine when script is paused. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Dumping console messages: | 4 Dumping console messages: |
| 5 | 5 |
| 6 injectedFunction() | 6 injectedFunction() |
| 7 Uncaught Error: injectedObj.func | 7 Uncaught Error: injectedObj.func |
| 8 localObj.func() | 8 localObj.func() |
| 9 Uncaught Error: localObj.func | 9 Uncaught Error: localObj.func |
| 10 globalObj.func() | 10 globalObj.func() |
| 11 Uncaught Error: globalObj.func | 11 Uncaught Error: globalObj.func |
| 12 | 12 |
| OLD | NEW |