Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 CONSOLE MESSAGE: line 7: 1 | |
| 2 CONSOLE INFO: line 9: 2 | |
| 3 CONSOLE ERROR: line 11: 3 | |
| 4 CONSOLE WARNING: line 13: 4 | |
| 5 Test that console.log can be called without console receiver. | |
| 6 | |
| 7 console-log-without-console.html:7 1 | |
| 8 console-log-without-console.html:9 2 | |
| 9 console-log-without-console.html:11 3(anonymous function) @ console-log-without- console.html:11 | |
|
dgozman
2016/04/06 15:51:33
Why two locations here?
kozy
2016/04/06 17:45:20
It's stack trace for error message.
| |
| 10 console-log-without-console.html:13 4 | |
| 11 | |
| OLD | NEW |