| OLD | NEW |
| 1 CONSOLE ERROR: Unhandled promise rejection | 1 CONSOLE ERROR: line 23: Unhandled promise rejection |
| 2 CONSOLE ERROR: Unhandled promise rejection | 2 CONSOLE ERROR: line 44: Unhandled promise rejection |
| 3 CONSOLE ERROR: line 9: Unhandled promise rejection | 3 CONSOLE ERROR: line 62: Unhandled promise rejection |
| 4 CONSOLE ERROR: line 29: Unhandled promise rejection | |
| 5 Tests that uncaught promise rejections are logged into console. | 4 Tests that uncaught promise rejections are logged into console. |
| 6 | 5 |
| 7 console-uncaught-promise.html:1 Unhandled promise rejection Promise | |
| 8 __proto__: Promise | |
| 9 [[PromiseStatus]]: "rejected" | |
| 10 [[PromiseValue]]: Error: onload.err1 | |
| 11 console-uncaught-promise.html:1 Unhandled promise rejection Promise | |
| 12 __proto__: Promise | |
| 13 [[PromiseStatus]]: "rejected" | |
| 14 [[PromiseValue]]: Error: onload.err2 | |
| 15 | 6 |
| 16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi
seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1} | 7 console-uncaught-promise.html:23 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: Error: err1} |
| 17 __proto__: Promise | 8 __proto__: Promise |
| 18 [[PromiseStatus]]: "rejected" | 9 [[PromiseStatus]]: "rejected" |
| 19 [[PromiseValue]]: Error: inspector.err1 | 10 [[PromiseValue]]: Error: err1 |
| 20 console-uncaught-promise.html:9 runPromises | 11 console-uncaught-promise.html:23 promiseTest1 |
| 21 console-uncaught-promise.html:46 timeout | 12 console-uncaught-promise.html:16 timeout |
| 22 | 13 |
| 23 console-uncaught-promise.html:29 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2} | 14 console-uncaught-promise.html:44 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: Error: err2} |
| 24 __proto__: Promise | 15 __proto__: Promise |
| 25 [[PromiseStatus]]: "rejected" | 16 [[PromiseStatus]]: "rejected" |
| 26 [[PromiseValue]]: Error: inspector.err2 | 17 [[PromiseValue]]: Error: err2 |
| 27 console-uncaught-promise.html:29 runPromises | 18 console-uncaught-promise.html:44 promiseTest2 |
| 28 console-uncaught-promise.html:46 timeout | 19 console-uncaught-promise.html:16 timeout |
| 29 | 20 |
| 21 console-uncaught-promise.html:62 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: DOMException: Failed to execute 'remo
veChild' on 'Node': The node to be removed is not a child of th…} |
| 22 __proto__: Promise |
| 23 [[PromiseStatus]]: "rejected" |
| 24 [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node
': The node to be removed is not a child of this node. |
| 25 console-uncaught-promise.html:62 throwDOMException |
| 26 console-uncaught-promise.html:54 catcher |
| 27 |
| OLD | NEW |