OLD | NEW |
1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1 | 1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1 |
2 CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2 | 2 CONSOLE ERROR: line 44: Uncaught (in promise) Error: err2 |
3 CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute '
removeChild' on 'Node': The node to be removed is not a child of this node. | 3 CONSOLE ERROR: line 62: Uncaught (in promise) NotFoundError: Failed to execute '
removeChild' on 'Node': The node to be removed is not a child of this node. |
4 CONSOLE ERROR: Uncaught (in promise) 42 | 4 CONSOLE ERROR: line 68: Uncaught (in promise) 42 |
5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100 | 5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100 |
6 CONSOLE ERROR: line 78: Uncaught (in promise) foo | 6 CONSOLE ERROR: line 78: Uncaught (in promise) foo |
7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object> | 7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object> |
8 CONSOLE ERROR: line 88: Uncaught (in promise) undefined | 8 CONSOLE ERROR: line 88: Uncaught (in promise) undefined |
9 CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register
a ServiceWorker: The URL protocol of the current origin ('') is not supported. | 9 CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register
a ServiceWorker: The URL protocol of the current origin ('') is not supported. |
10 Tests that uncaught promise rejections are logged into console. | 10 Tests that uncaught promise rejections are logged into console. |
11 | 11 |
12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1(…) | 12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1(…) |
13 promiseTest1 @ console-uncaught-promise.html:23 | 13 promiseTest1 @ console-uncaught-promise.html:23 |
14 timeout @ console-uncaught-promise.html:16 | 14 timeout @ console-uncaught-promise.html:16 |
15 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2(…) | 15 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2(…) |
16 promiseTest2 @ console-uncaught-promise.html:44 | 16 promiseTest2 @ console-uncaught-promise.html:44 |
17 timeout @ console-uncaught-promise.html:16 | 17 timeout @ console-uncaught-promise.html:16 |
18 console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed
to execute 'removeChild' on 'Node': The node to be removed is not a child of thi
s node.(…) | 18 console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed
to execute 'removeChild' on 'Node': The node to be removed is not a child of thi
s node.(…) |
19 throwDOMException @ console-uncaught-promise.html:62 | 19 throwDOMException @ console-uncaught-promise.html:62 |
20 catcher @ console-uncaught-promise.html:54 | 20 catcher @ console-uncaught-promise.html:54 |
21 console-uncaught-promise.html:1 Uncaught (in promise) 42 | 21 console-uncaught-promise.html:68 Uncaught (in promise) 42 |
| 22 promiseTest4 @ console-uncaught-promise.html:68 |
| 23 timeout @ console-uncaught-promise.html:16 |
22 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100 | 24 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100 |
23 promiseTest5 @ console-uncaught-promise.html:73 | 25 promiseTest5 @ console-uncaught-promise.html:73 |
24 timeout @ console-uncaught-promise.html:16 | 26 timeout @ console-uncaught-promise.html:16 |
25 console-uncaught-promise.html:78 Uncaught (in promise) foo | 27 console-uncaught-promise.html:78 Uncaught (in promise) foo |
26 promiseTest6 @ console-uncaught-promise.html:78 | 28 promiseTest6 @ console-uncaught-promise.html:78 |
27 timeout @ console-uncaught-promise.html:16 | 29 timeout @ console-uncaught-promise.html:16 |
28 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42} | 30 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42} |
29 promiseTest7 @ console-uncaught-promise.html:83 | 31 promiseTest7 @ console-uncaught-promise.html:83 |
30 timeout @ console-uncaught-promise.html:16 | 32 timeout @ console-uncaught-promise.html:16 |
31 console-uncaught-promise.html:88 Uncaught (in promise) undefined | 33 console-uncaught-promise.html:88 Uncaught (in promise) undefined |
32 promiseTest8 @ console-uncaught-promise.html:88 | 34 promiseTest8 @ console-uncaught-promise.html:88 |
33 timeout @ console-uncaught-promise.html:16 | 35 timeout @ console-uncaught-promise.html:16 |
34 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed
to register a ServiceWorker: The URL protocol of the current origin ('file://')
is not supported. | 36 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed
to register a ServiceWorker: The URL protocol of the current origin ('file://')
is not supported. |
35 promiseTest9 @ console-uncaught-promise.html:93 | 37 promiseTest9 @ console-uncaught-promise.html:93 |
36 timeout @ console-uncaught-promise.html:16 | 38 timeout @ console-uncaught-promise.html:16 |
37 | 39 |
OLD | NEW |