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