| 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 async-callstack-in-console.html:17 timeout1 | 10 |
| 11 timeout1 @ async-callstack-in-console.html:17 |
| 11 setTimeout (async) | 12 setTimeout (async) |
| 12 async-callstack-in-console.html:12 testFunction | 13 testFunction @ async-callstack-in-console.html:12 |
| 13 | 14 |
| 14 async-callstack-in-console.html:24 Uncaught Error: foo | 15 async-callstack-in-console.html:24 Uncaught Error: foo |
| 15 async-callstack-in-console.html:24 timeout2 | 16 |
| 17 timeout2 @ async-callstack-in-console.html:24 |
| 16 setTimeout (async) | 18 setTimeout (async) |
| 17 async-callstack-in-console.html:18 timeout1 | 19 timeout1 @ async-callstack-in-console.html:18 |
| 18 setTimeout (async) | 20 setTimeout (async) |
| 19 async-callstack-in-console.html:12 testFunction | 21 testFunction @ async-callstack-in-console.html:12 |
| 20 | 22 |
| 21 async-callstack-in-console.html:29 console.trace() | 23 async-callstack-in-console.html:29 console.trace() |
| 22 async-callstack-in-console.html:29 timeout3 | 24 |
| 25 timeout3 @ async-callstack-in-console.html:29 |
| 23 setTimeout (async) | 26 setTimeout (async) |
| 24 async-callstack-in-console.html:23 timeout2 | 27 timeout2 @ async-callstack-in-console.html:23 |
| 25 setTimeout (async) | 28 setTimeout (async) |
| 26 async-callstack-in-console.html:18 timeout1 | 29 timeout1 @ async-callstack-in-console.html:18 |
| 27 setTimeout (async) | 30 setTimeout (async) |
| 28 async-callstack-in-console.html:12 testFunction | 31 testFunction @ async-callstack-in-console.html:12 |
| 29 | 32 |
| 30 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWi
ndow': The target origin provided ('http://www.example.com') does not match the
recipient window's origin ('file://'). | 33 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWi
ndow': The target origin provided ('http://www.example.com') does not match the
recipient window's origin ('file://'). |
| 31 async-callstack-in-console.html:37 tryPostMessage | 34 |
| 32 async-callstack-in-console.html:31 timeout3 | 35 tryPostMessage @ async-callstack-in-console.html:37 |
| 36 timeout3 @ async-callstack-in-console.html:31 |
| 33 setTimeout (async) | 37 setTimeout (async) |
| 34 async-callstack-in-console.html:23 timeout2 | 38 timeout2 @ async-callstack-in-console.html:23 |
| 35 setTimeout (async) | 39 setTimeout (async) |
| 36 async-callstack-in-console.html:18 timeout1 | 40 timeout1 @ async-callstack-in-console.html:18 |
| 37 setTimeout (async) | 41 setTimeout (async) |
| 38 async-callstack-in-console.html:12 testFunction | 42 testFunction @ async-callstack-in-console.html:12 |
| 39 | 43 |
| OLD | NEW |