| OLD | NEW |
| 1 CONSOLE MESSAGE: line 11: console.clear | |
| 2 CONSOLE MESSAGE: line 17: console.trace | 1 CONSOLE MESSAGE: line 17: console.trace |
| 3 CONSOLE ERROR: line 24: Uncaught Error: foo | 2 CONSOLE ERROR: line 24: Uncaught Error: foo |
| 4 CONSOLE MESSAGE: line 29: console.trace | 3 CONSOLE MESSAGE: line 29: console.trace |
| 5 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://www.example.com') does not match the recipient windo
w's origin (''). | 4 CONSOLE ERROR: line 37: Failed to execute 'postMessage' on 'DOMWindow': The targ
et origin provided ('http://www.example.com') does not match the recipient windo
w's origin (''). |
| 6 Tests asynchronous call stacks printed in console. | 5 Tests asynchronous call stacks printed in console. |
| 7 | 6 |
| 8 | 7 |
| 9 Set timer for test function. | 8 Set timer for test function. |
| 10 async-callstack-in-console.html:11 Console was cleared | 9 async-callstack-in-console.html:11 Console was cleared |
| 11 async-callstack-in-console.html:17 console.trace | 10 async-callstack-in-console.html:17 console.trace |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 timeout2 @ async-callstack-in-console.html:23 | 52 timeout2 @ async-callstack-in-console.html:23 |
| 54 | 53 |
| 55 setTimeout (async) | 54 setTimeout (async) |
| 56 | 55 |
| 57 timeout1 @ async-callstack-in-console.html:18 | 56 timeout1 @ async-callstack-in-console.html:18 |
| 58 | 57 |
| 59 setTimeout (async) | 58 setTimeout (async) |
| 60 | 59 |
| 61 testFunction @ async-callstack-in-console.html:12 | 60 testFunction @ async-callstack-in-console.html:12 |
| 62 | 61 |
| OLD | NEW |