1 CONSOLE ERROR: line 23: Uncaught (in promise) Error: err1
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.
4 CONSOLE ERROR: Uncaught (in promise) 42
5 CONSOLE ERROR: line 73: Uncaught (in promise) 1e+100
6 CONSOLE ERROR: line 78: Uncaught (in promise) foo
7 CONSOLE ERROR: line 83: Uncaught (in promise) #<Object>
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.
10 Tests that uncaught promise rejections are logged into console.
12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1(…)
13 promiseTest1 @ console-uncaught-promise.html:23
14 timeout @ console-uncaught-promise.html:16
15 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2(…)
16 promiseTest2 @ console-uncaught-promise.html:44
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 this node.(…)
19 throwDOMException @ console-uncaught-promise.html:62
20 catcher @ console-uncaught-promise.html:54
21 console-uncaught-promise.html:1 Uncaught (in promise) 42
22 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100
23 promiseTest5 @ console-uncaught-promise.html:73
24 timeout @ console-uncaught-promise.html:16
25 console-uncaught-promise.html:78 Uncaught (in promise) foo
26 promiseTest6 @ console-uncaught-promise.html:78
27 timeout @ console-uncaught-promise.html:16
28 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42}
29 promiseTest7 @ console-uncaught-promise.html:83
30 timeout @ console-uncaught-promise.html:16
31 console-uncaught-promise.html:88 Uncaught (in promise) undefined
32 promiseTest8 @ console-uncaught-promise.html:88
33 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.
35 promiseTest9 @ console-uncaught-promise.html:93
36 timeout @ console-uncaught-promise.html:16