| OLD | NEW |
| 1 CONSOLE ERROR: line 24: Uncaught Error: foo | 1 CONSOLE ERROR: line 24: Uncaught Error: foo |
| 2 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 (''). | 2 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 (''). |
| 3 Tests asynchronous call stacks printed in console. | 3 Tests asynchronous call stacks printed in console. |
| 4 | 4 |
| 5 | 5 |
| 6 Set timer for test function. | 6 Set timer for test function. |
| 7 async-callstack-in-console.html:11 Console was cleared | 7 async-callstack-in-console.html:11 Console was cleared |
| 8 | 8 |
| 9 async-callstack-in-console.html:17 console.trace() | 9 async-callstack-in-console.html:17 console.trace() |
| 10 | 10 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 tryPostMessage @ async-callstack-in-console.html:37 | 35 tryPostMessage @ async-callstack-in-console.html:37 |
| 36 timeout3 @ async-callstack-in-console.html:31 | 36 timeout3 @ async-callstack-in-console.html:31 |
| 37 setTimeout (async) | 37 setTimeout (async) |
| 38 timeout2 @ async-callstack-in-console.html:23 | 38 timeout2 @ async-callstack-in-console.html:23 |
| 39 setTimeout (async) | 39 setTimeout (async) |
| 40 timeout1 @ async-callstack-in-console.html:18 | 40 timeout1 @ async-callstack-in-console.html:18 |
| 41 setTimeout (async) | 41 setTimeout (async) |
| 42 testFunction @ async-callstack-in-console.html:12 | 42 testFunction @ async-callstack-in-console.html:12 |
| 43 | 43 |
| OLD | NEW |