| OLD | NEW |
| 1 CONSOLE ERROR: line 2: 42 | 1 CONSOLE ERROR: line 2: 42 |
| 2 Tests that console.error does not throw exception when executed in console on ca
ll frame. | 2 Tests that console.error does not throw exception when executed in console on ca
ll frame. |
| 3 | 3 |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Script execution paused. | 5 Script execution paused. |
| 6 Script execution resumed. | 6 Script execution resumed. |
| 7 setTimeout(testFunction, 0) | 7 setTimeout(testFunction, 0) |
| 8 1 | 8 1 |
| 9 console.error(42) | 9 console.error(42) |
| 10 42 (program):2(anonymous function) (program):2evaluate (program):426testFunction
console-error-on-call-frame.html:10 | 10 42 (program):2(anonymous function) (program):2evaluate (program):436testFunction
console-error-on-call-frame.html:10 |
| 11 undefined | 11 undefined |
| 12 | 12 |
| OLD | NEW |