OLD | NEW |
(Empty) | |
| 1 CONSOLE ERROR: line 9: Unhandled promise rejection |
| 2 CONSOLE ERROR: line 28: Unhandled promise rejection |
| 3 CONSOLE ERROR: line 47: Unhandled promise rejection |
| 4 Tests that uncaught promise rejection messages have line numbers when the inspec
tor is closed and stack traces are not collected. |
| 5 |
| 6 console-uncaught-promise-no-inspector.html:9 Unhandled promise rejection Promise |
| 7 __proto__: Promise |
| 8 [[PromiseStatus]]: "rejected" |
| 9 [[PromiseValue]]: Error: err1 |
| 10 console-uncaught-promise-no-inspector.html:28 Unhandled promise rejection Promis
e |
| 11 __proto__: Promise |
| 12 [[PromiseStatus]]: "rejected" |
| 13 [[PromiseValue]]: Error: err2 |
| 14 console-uncaught-promise-no-inspector.html:47 Unhandled promise rejection Promis
e |
| 15 __proto__: Promise |
| 16 [[PromiseStatus]]: "rejected" |
| 17 [[PromiseValue]]: DOMException: Failed to execute 'removeChild' on 'Node': T
he node to be removed is not a child of this node. |
| 18 |
OLD | NEW |