OLD | NEW |
1 CONSOLE MESSAGE: line 7: 1 | 1 CONSOLE MESSAGE: line 7: 1 |
2 CONSOLE INFO: line 9: 2 | 2 CONSOLE MESSAGE: line 9: 2 |
3 CONSOLE ERROR: line 11: 3 | 3 CONSOLE ERROR: line 11: 3 |
4 CONSOLE WARNING: line 13: 4 | 4 CONSOLE WARNING: line 13: 4 |
5 Test that console.log can be called without console receiver. | 5 Test that console.log can be called without console receiver. |
6 | 6 |
7 console-log-without-console.html:7 1 | 7 console-log-without-console.html:7 1 |
8 console-log-without-console.html:9 2 | 8 console-log-without-console.html:9 2 |
9 console-log-without-console.html:11 3 | 9 console-log-without-console.html:11 3 |
10 (anonymous) @ console-log-without-console.html:11 | 10 (anonymous) @ console-log-without-console.html:11 |
11 console-log-without-console.html:13 4 | 11 console-log-without-console.html:13 4 |
12 (anonymous) @ console-log-without-console.html:13 | 12 (anonymous) @ console-log-without-console.html:13 |
13 | 13 |
OLD | NEW |