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:9 Assertion failed: 1b @ console-assert.html:9a @ console-as
sert.html:15 | 5 console-assert.html:4 Assertion failed: 1b @ console-assert.html:4a @ console-as
sert.html:10 |
6 console-assert.html:10 Assertion failed: a bb @ console-assert.html:10a @ consol
e-assert.html:15 | 6 console-assert.html:5 Assertion failed: a bb @ console-assert.html:5a @ console-
assert.html:10 |
7 | 7 |
OLD | NEW |