| 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: line 68: 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 Promise rejected (async) | 15 Promise rejected (async) |
| 16 promiseTest1 @ console-uncaught-promise.html:23 | 16 promiseTest1 @ console-uncaught-promise.html:26 |
| 17 timeout @ console-uncaught-promise.html:16 | 17 timeout @ console-uncaught-promise.html:16 |
| 18 setTimeout (async) | 18 setTimeout (async) |
| 19 runNextPromiseTest @ console-uncaught-promise.html:15 | 19 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 20 (anonymous) @ VM:1 | 20 (anonymous) @ VM:1 |
| 21 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2 | 21 console-uncaught-promise.html:44 Uncaught (in promise) Error: err2 |
| 22 promiseTest2 @ console-uncaught-promise.html:44 | 22 promiseTest2 @ console-uncaught-promise.html:44 |
| 23 timeout @ console-uncaught-promise.html:16 | 23 timeout @ console-uncaught-promise.html:16 |
| 24 Promise rejected (async) | 24 Promise rejected (async) |
| 25 promiseTest2 @ console-uncaught-promise.html:44 | 25 (anonymous) @ console-uncaught-promise.html:40 |
| 26 Promise rejected (async) |
| 27 (anonymous) @ console-uncaught-promise.html:39 |
| 28 Promise rejected (async) |
| 29 (anonymous) @ console-uncaught-promise.html:38 |
| 30 Promise rejected (async) |
| 31 promiseTest2 @ console-uncaught-promise.html:37 |
| 26 timeout @ console-uncaught-promise.html:16 | 32 timeout @ console-uncaught-promise.html:16 |
| 27 setTimeout (async) | 33 setTimeout (async) |
| 28 runNextPromiseTest @ console-uncaught-promise.html:15 | 34 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 29 (anonymous) @ VM:1 | 35 (anonymous) @ VM:1 |
| 30 console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed to e
xecute 'removeChild' on 'Node': The node to be removed is not a child of this no
de. | 36 console-uncaught-promise.html:62 Uncaught (in promise) DOMException: Failed to e
xecute 'removeChild' on 'Node': The node to be removed is not a child of this no
de. |
| 31 throwDOMException @ console-uncaught-promise.html:62 | 37 throwDOMException @ console-uncaught-promise.html:62 |
| 32 catcher @ console-uncaught-promise.html:54 | 38 catcher @ console-uncaught-promise.html:54 |
| 33 Promise rejected (async) | 39 Promise rejected (async) |
| 34 promiseTest3 @ console-uncaught-promise.html:56 | 40 promiseTest3 @ console-uncaught-promise.html:53 |
| 35 timeout @ console-uncaught-promise.html:16 | 41 timeout @ console-uncaught-promise.html:16 |
| 36 setTimeout (async) | 42 setTimeout (async) |
| 37 runNextPromiseTest @ console-uncaught-promise.html:15 | 43 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 38 (anonymous) @ VM:1 | 44 (anonymous) @ VM:1 |
| 39 console-uncaught-promise.html:68 Uncaught (in promise) 42 | 45 console-uncaught-promise.html:68 Uncaught (in promise) 42 |
| 40 promiseTest4 @ console-uncaught-promise.html:68 | 46 promiseTest4 @ console-uncaught-promise.html:68 |
| 41 timeout @ console-uncaught-promise.html:16 | 47 timeout @ console-uncaught-promise.html:16 |
| 42 setTimeout (async) | 48 setTimeout (async) |
| 43 runNextPromiseTest @ console-uncaught-promise.html:15 | 49 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 44 (anonymous) @ VM:1 | 50 (anonymous) @ VM:1 |
| (...skipping 26 matching lines...) Expand all Loading... |
| 71 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to r
egister a ServiceWorker: The URL protocol of the current origin ('file://') is n
ot supported. | 77 console-uncaught-promise.html:93 Uncaught (in promise) DOMException: Failed to r
egister a ServiceWorker: The URL protocol of the current origin ('file://') is n
ot supported. |
| 72 promiseTest9 @ console-uncaught-promise.html:93 | 78 promiseTest9 @ console-uncaught-promise.html:93 |
| 73 timeout @ console-uncaught-promise.html:16 | 79 timeout @ console-uncaught-promise.html:16 |
| 74 Promise (async) | 80 Promise (async) |
| 75 promiseTest9 @ console-uncaught-promise.html:93 | 81 promiseTest9 @ console-uncaught-promise.html:93 |
| 76 timeout @ console-uncaught-promise.html:16 | 82 timeout @ console-uncaught-promise.html:16 |
| 77 setTimeout (async) | 83 setTimeout (async) |
| 78 runNextPromiseTest @ console-uncaught-promise.html:15 | 84 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 79 (anonymous) @ VM:1 | 85 (anonymous) @ VM:1 |
| 80 | 86 |
| OLD | NEW |