OLD | NEW |
---|---|
1 CONSOLE ERROR: line 1: 42 | 1 CONSOLE ERROR: line 1: 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 console.error(42) | 7 console.error(42) |
8 VM:1 42 | 8 VM:1 42 |
9 (anonymous) @ VM:1 | 9 (anonymous) @ VM:1 |
10 testFunction @ console-error-on-call-frame.html:10 | 10 testFunction @ console-error-on-call-frame.html:10 |
11 setTimeout (async) | |
dgozman
2017/04/21 23:39:17
Did you manually check all the test expectations c
kozy
2017/04/22 00:02:57
I run all tests in chrome with CL and tried to run
| |
12 scheduleTestFunction @ debugger-test.js:3 | |
13 (anonymous) @ VM:1 | |
11 undefined | 14 undefined |
12 | 15 |
OLD | NEW |