| OLD | NEW |
| 1 CONSOLE MESSAGE: line 11: console.clear | 1 CONSOLE MESSAGE: line 11: console.clear |
| 2 CONSOLE MESSAGE: line 17: console.trace | 2 CONSOLE MESSAGE: line 17: console.trace |
| 3 CONSOLE ERROR: line 24: Uncaught Error: foo | 3 CONSOLE ERROR: line 24: Uncaught Error: foo |
| 4 CONSOLE MESSAGE: line 29: console.trace | 4 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 (''). | 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 (''). |
| 6 Tests asynchronous call stacks printed in console. | 6 Tests asynchronous call stacks printed in console. |
| 7 | 7 |
| 8 | 8 |
| 9 Set timer for test function. | 9 Set timer for test function. |
| 10 async-callstack-in-console.html:11 Console was cleared | 10 async-callstack-in-console.html:11 Console was cleared |
| 11 | 11 |
| 12 async-callstack-in-console.html:17 console.trace | 12 async-callstack-in-console.html:17 console.trace |
| 13 | 13 |
| 14 timeout1 @ async-callstack-in-console.html:17 | 14 timeout1 @ async-callstack-in-console.html:17 |
| 15 setTimeout (async) | 15 setTimeout (async) |
| 16 testFunction @ async-callstack-in-console.html:12 | 16 testFunction @ async-callstack-in-console.html:12 |
| 17 | 17 |
| 18 async-callstack-in-console.html:24 Uncaught Error: foo(…) | 18 async-callstack-in-console.html:24 Uncaught Error: foo |
| 19 at timeout2 (async-callstack-in-console.html:24) |
| 19 | 20 |
| 20 timeout2 @ async-callstack-in-console.html:24 | 21 timeout2 @ async-callstack-in-console.html:24 |
| 21 setTimeout (async) | 22 setTimeout (async) |
| 22 timeout1 @ async-callstack-in-console.html:18 | 23 timeout1 @ async-callstack-in-console.html:18 |
| 23 setTimeout (async) | 24 setTimeout (async) |
| 24 testFunction @ async-callstack-in-console.html:12 | 25 testFunction @ async-callstack-in-console.html:12 |
| 25 | 26 |
| 26 async-callstack-in-console.html:29 console.trace | 27 async-callstack-in-console.html:29 console.trace |
| 27 | 28 |
| 28 timeout3 @ async-callstack-in-console.html:29 | 29 timeout3 @ async-callstack-in-console.html:29 |
| 29 setTimeout (async) | 30 setTimeout (async) |
| 30 timeout2 @ async-callstack-in-console.html:23 | 31 timeout2 @ async-callstack-in-console.html:23 |
| 31 setTimeout (async) | 32 setTimeout (async) |
| 32 timeout1 @ async-callstack-in-console.html:18 | 33 timeout1 @ async-callstack-in-console.html:18 |
| 33 setTimeout (async) | 34 setTimeout (async) |
| 34 testFunction @ async-callstack-in-console.html:12 | 35 testFunction @ async-callstack-in-console.html:12 |
| 35 | 36 |
| 36 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://'). | 37 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://'). |
| 37 | 38 |
| 38 tryPostMessage @ async-callstack-in-console.html:37 | 39 tryPostMessage @ async-callstack-in-console.html:37 |
| 39 timeout3 @ async-callstack-in-console.html:31 | 40 timeout3 @ async-callstack-in-console.html:31 |
| 40 setTimeout (async) | 41 setTimeout (async) |
| 41 timeout2 @ async-callstack-in-console.html:23 | 42 timeout2 @ async-callstack-in-console.html:23 |
| 42 setTimeout (async) | 43 setTimeout (async) |
| 43 timeout1 @ async-callstack-in-console.html:18 | 44 timeout1 @ async-callstack-in-console.html:18 |
| 44 setTimeout (async) | 45 setTimeout (async) |
| 45 testFunction @ async-callstack-in-console.html:12 | 46 testFunction @ async-callstack-in-console.html:12 |
| 46 | 47 |
| OLD | NEW |