| 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. |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 timeout @ console-uncaught-promise.html:16 | 53 timeout @ console-uncaught-promise.html:16 |
| 54 setTimeout (async) | 54 setTimeout (async) |
| 55 runNextPromiseTest @ console-uncaught-promise.html:15 | 55 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 56 (anonymous) @ VM:1 | 56 (anonymous) @ VM:1 |
| 57 console-uncaught-promise.html:78 Uncaught (in promise) foo | 57 console-uncaught-promise.html:78 Uncaught (in promise) foo |
| 58 promiseTest6 @ console-uncaught-promise.html:78 | 58 promiseTest6 @ console-uncaught-promise.html:78 |
| 59 timeout @ console-uncaught-promise.html:16 | 59 timeout @ console-uncaught-promise.html:16 |
| 60 setTimeout (async) | 60 setTimeout (async) |
| 61 runNextPromiseTest @ console-uncaught-promise.html:15 | 61 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 62 (anonymous) @ VM:1 | 62 (anonymous) @ VM:1 |
| 63 console-uncaught-promise.html:83 Uncaught (in promise) Object {foo: 42} | 63 console-uncaught-promise.html:83 Uncaught (in promise) {foo: 42} |
| 64 foo: 42 | 64 foo: 42 |
| 65 __proto__: Object | 65 __proto__: Object |
| 66 promiseTest7 @ console-uncaught-promise.html:83 | 66 promiseTest7 @ console-uncaught-promise.html:83 |
| 67 timeout @ console-uncaught-promise.html:16 | 67 timeout @ console-uncaught-promise.html:16 |
| 68 setTimeout (async) | 68 setTimeout (async) |
| 69 runNextPromiseTest @ console-uncaught-promise.html:15 | 69 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 70 (anonymous) @ VM:1 | 70 (anonymous) @ VM:1 |
| 71 console-uncaught-promise.html:88 Uncaught (in promise) undefined | 71 console-uncaught-promise.html:88 Uncaught (in promise) undefined |
| 72 promiseTest8 @ console-uncaught-promise.html:88 | 72 promiseTest8 @ console-uncaught-promise.html:88 |
| 73 timeout @ console-uncaught-promise.html:16 | 73 timeout @ console-uncaught-promise.html:16 |
| 74 setTimeout (async) | 74 setTimeout (async) |
| 75 runNextPromiseTest @ console-uncaught-promise.html:15 | 75 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 76 (anonymous) @ VM:1 | 76 (anonymous) @ VM:1 |
| 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. | 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. |
| 78 promiseTest9 @ console-uncaught-promise.html:93 | 78 promiseTest9 @ console-uncaught-promise.html:93 |
| 79 timeout @ console-uncaught-promise.html:16 | 79 timeout @ console-uncaught-promise.html:16 |
| 80 Promise (async) | 80 Promise (async) |
| 81 promiseTest9 @ console-uncaught-promise.html:93 | 81 promiseTest9 @ console-uncaught-promise.html:93 |
| 82 timeout @ console-uncaught-promise.html:16 | 82 timeout @ console-uncaught-promise.html:16 |
| 83 setTimeout (async) | 83 setTimeout (async) |
| 84 runNextPromiseTest @ console-uncaught-promise.html:15 | 84 runNextPromiseTest @ console-uncaught-promise.html:15 |
| 85 (anonymous) @ VM:1 | 85 (anonymous) @ VM:1 |
| 86 | 86 |
| OLD | NEW |