Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE ERROR: line 2: 42 | 1 CONSOLE ERROR: line 1: 42 |
|
aandrey
2014/10/23 11:00:35
Finally after removing the "with (__commandLineAPI
| |
| 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 (program):2:9 42(program):2:9 (anonymous function)(program):450:28 evaluate Inje ctedScript._evaluateOn InjectedScript._evaluateAndWrap InjectedScript.evaluateOn CallFrameconsole-error-on-call-frame.html:10 testFunction | 8 (program):1:9 42(program):1:9 (anonymous function)(program):450:28 evaluate Inje ctedScript._evaluateOn InjectedScript._evaluateAndWrap InjectedScript.evaluateOn CallFrameconsole-error-on-call-frame.html:10 testFunction |
| 9 undefined | 9 undefined |
| 10 | 10 |
| OLD | NEW |