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 async-callstack-in-console.html:17 console.trace | 11 async-callstack-in-console.html:17 console.trace |
| 12 |
12 timeout1 @ async-callstack-in-console.html:17 | 13 timeout1 @ async-callstack-in-console.html:17 |
| 14 |
13 setTimeout (async) | 15 setTimeout (async) |
| 16 |
14 testFunction @ async-callstack-in-console.html:12 | 17 testFunction @ async-callstack-in-console.html:12 |
15 async-callstack-in-console.html:24 Uncaught Error: foo | 18 async-callstack-in-console.html:24 Uncaught Error: foo |
16 at timeout2 (async-callstack-in-console.html:24) | 19 at timeout2 (async-callstack-in-console.html:24) |
| 20 |
17 timeout2 @ async-callstack-in-console.html:24 | 21 timeout2 @ async-callstack-in-console.html:24 |
| 22 |
18 setTimeout (async) | 23 setTimeout (async) |
| 24 |
19 timeout1 @ async-callstack-in-console.html:18 | 25 timeout1 @ async-callstack-in-console.html:18 |
| 26 |
20 setTimeout (async) | 27 setTimeout (async) |
| 28 |
21 testFunction @ async-callstack-in-console.html:12 | 29 testFunction @ async-callstack-in-console.html:12 |
22 async-callstack-in-console.html:29 console.trace | 30 async-callstack-in-console.html:29 console.trace |
| 31 |
23 timeout3 @ async-callstack-in-console.html:29 | 32 timeout3 @ async-callstack-in-console.html:29 |
| 33 |
24 setTimeout (async) | 34 setTimeout (async) |
| 35 |
25 timeout2 @ async-callstack-in-console.html:23 | 36 timeout2 @ async-callstack-in-console.html:23 |
| 37 |
26 setTimeout (async) | 38 setTimeout (async) |
| 39 |
27 timeout1 @ async-callstack-in-console.html:18 | 40 timeout1 @ async-callstack-in-console.html:18 |
| 41 |
28 setTimeout (async) | 42 setTimeout (async) |
| 43 |
29 testFunction @ async-callstack-in-console.html:12 | 44 testFunction @ async-callstack-in-console.html:12 |
30 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWindow
': The target origin provided ('http://www.example.com') does not match the reci
pient window's origin ('file://'). | 45 async-callstack-in-console.html:37 Failed to execute 'postMessage' on 'DOMWindow
': The target origin provided ('http://www.example.com') does not match the reci
pient window's origin ('file://'). |
| 46 |
31 tryPostMessage @ async-callstack-in-console.html:37 | 47 tryPostMessage @ async-callstack-in-console.html:37 |
| 48 |
32 timeout3 @ async-callstack-in-console.html:31 | 49 timeout3 @ async-callstack-in-console.html:31 |
| 50 |
33 setTimeout (async) | 51 setTimeout (async) |
| 52 |
34 timeout2 @ async-callstack-in-console.html:23 | 53 timeout2 @ async-callstack-in-console.html:23 |
| 54 |
35 setTimeout (async) | 55 setTimeout (async) |
| 56 |
36 timeout1 @ async-callstack-in-console.html:18 | 57 timeout1 @ async-callstack-in-console.html:18 |
| 58 |
37 setTimeout (async) | 59 setTimeout (async) |
| 60 |
38 testFunction @ async-callstack-in-console.html:12 | 61 testFunction @ async-callstack-in-console.html:12 |
39 | 62 |
OLD | NEW |