| 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: 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 Tests that uncaught promise rejections are logged into console. | 9 Tests that uncaught promise rejections are logged into console. |
| 10 | 10 |
| 11 | 11 |
| 12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1 {stack: (
...), message: "err1"} | 12 console-uncaught-promise.html:23 Uncaught (in promise) Error: err1 {stack: (
...), message: "err1"} |
| 13 message: "err1" | 13 message: "err1" |
| 14 stack: (...) | 14 stack: (...) |
| 15 get stack: function () { [native code] } | 15 get stack: function () { [native code] } |
| 16 set stack: function () { [native code] } | 16 set stack: function () { [native code] } |
| 17 __proto__: d | 17 __proto__: d |
| 18 console-uncaught-promise.html:23 promiseTest1 | 18 |
| 19 console-uncaught-promise.html:16 timeout | 19 promiseTest1 @ console-uncaught-promise.html:23 |
| 20 timeout @ console-uncaught-promise.html:16 |
| 20 | 21 |
| 21 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2 {stack: (
...), message: "err2"} | 22 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2 {stack: (
...), message: "err2"} |
| 22 message: "err2" | 23 message: "err2" |
| 23 stack: (...) | 24 stack: (...) |
| 24 get stack: function () { [native code] } | 25 get stack: function () { [native code] } |
| 25 set stack: function () { [native code] } | 26 set stack: function () { [native code] } |
| 26 __proto__: d | 27 __proto__: d |
| 27 console-uncaught-promise.html:44 promiseTest2 | 28 |
| 28 console-uncaught-promise.html:16 timeout | 29 promiseTest2 @ console-uncaught-promise.html:44 |
| 30 timeout @ console-uncaught-promise.html:16 |
| 29 | 31 |
| 30 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. {...<removed>...} | 32 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. {...<removed>...} |
| 31 code: 8 | 33 code: 8 |
| 32 message: "Failed to execute 'removeChild' on 'Node': The node to be remo
ved is not a child of this node." | 34 message: "Failed to execute 'removeChild' on 'Node': The node to be remo
ved is not a child of this node." |
| 33 name: "NotFoundError" | 35 name: "NotFoundError" |
| 34 stack: (...) | 36 stack: (...) |
| 35 __proto__: DOMException | 37 __proto__: DOMException |
| 36 console-uncaught-promise.html:62 throwDOMException | 38 |
| 37 console-uncaught-promise.html:54 catcher | 39 throwDOMException @ console-uncaught-promise.html:62 |
| 40 catcher @ console-uncaught-promise.html:54 |
| 38 console-uncaught-promise.html:1 Uncaught (in promise) 42 | 41 console-uncaught-promise.html:1 Uncaught (in promise) 42 |
| 39 | 42 |
| 40 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100 | 43 console-uncaught-promise.html:73 Uncaught (in promise) 1e+100 |
| 41 console-uncaught-promise.html:73 promiseTest5 | 44 |
| 42 console-uncaught-promise.html:16 timeout | 45 promiseTest5 @ console-uncaught-promise.html:73 |
| 46 timeout @ console-uncaught-promise.html:16 |
| 43 | 47 |
| 44 console-uncaught-promise.html:78 Uncaught (in promise) foo | 48 console-uncaught-promise.html:78 Uncaught (in promise) foo |
| 45 console-uncaught-promise.html:78 promiseTest6 | 49 |
| 46 console-uncaught-promise.html:16 timeout | 50 promiseTest6 @ console-uncaught-promise.html:78 |
| 51 timeout @ console-uncaught-promise.html:16 |
| 47 | 52 |
| 48 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42} | 53 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42} |
| 49 console-uncaught-promise.html:83 promiseTest7 | 54 |
| 50 console-uncaught-promise.html:16 timeout | 55 promiseTest7 @ console-uncaught-promise.html:83 |
| 56 timeout @ console-uncaught-promise.html:16 |
| 51 | 57 |
| 52 console-uncaught-promise.html:88 Uncaught (in promise) undefined | 58 console-uncaught-promise.html:88 Uncaught (in promise) undefined |
| 53 console-uncaught-promise.html:88 promiseTest8 | 59 |
| 54 console-uncaught-promise.html:16 timeout | 60 promiseTest8 @ console-uncaught-promise.html:88 |
| 61 timeout @ console-uncaught-promise.html:16 |
| 55 | 62 |
| OLD | NEW |