OLD | NEW |
1 CONSOLE ERROR: line 9: 1 | 1 CONSOLE ERROR: line 9: 1 |
2 CONSOLE ERROR: line 10: a | 2 CONSOLE ERROR: line 10: a |
3 Tests that console.assert() will dump a message and stack trace with source URLs
and line numbers. | 3 Tests that console.assert() will dump a message and stack trace with source URLs
and line numbers. |
4 | 4 |
5 console-assert.html:4 Assertion failed: 1 | 5 console-assert.html:4 Assertion failed: 1 |
6 b @ console-assert.html:4 | 6 b @ console-assert.html:4 |
7 a @ console-assert.html:10 | 7 a @ console-assert.html:10 |
8 setTimeout (async) | 8 setTimeout (async) |
9 (anonymous) @ VM:1 | 9 (anonymous) @ VM:1 |
10 console-assert.html:5 Assertion failed: a b | 10 console-assert.html:5 Assertion failed: a b |
11 b @ console-assert.html:5 | 11 b @ console-assert.html:5 |
12 a @ console-assert.html:10 | 12 a @ console-assert.html:10 |
13 setTimeout (async) | 13 setTimeout (async) |
14 (anonymous) @ VM:1 | 14 (anonymous) @ VM:1 |
15 | 15 |
OLD | NEW |