OLD | NEW |
1 CONSOLE MESSAGE: 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 Debugger was enabled. | 4 Debugger was enabled. |
5 Set timer for test function. | 5 Set timer for test function. |
6 Script execution paused. | 6 Script execution paused. |
7 Script execution resumed. | 7 Script execution resumed. |
8 setTimeout(testFunction, 0) | 8 setTimeout(testFunction, 0) |
9 1 | 9 1 |
10 console.error(42) | 10 console.error(42) |
11 42testFunction console-error-on-call-frame.html:10 | 11 42testFunction console-error-on-call-frame.html:10 |
12 undefined | 12 undefined |
13 Debugger was disabled. | 13 Debugger was disabled. |
14 | 14 |
OLD | NEW |