Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt

Issue 2284123002: [DevTools] Format console.log(new Error()) same as console.log(new Error().stack) (Closed)
Patch Set: removed elipsis Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
index 29d2ec2fcec4053758d9954a477983857b987a14..dabd1b14b9f815b873c29566a668a491c15b2fa3 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-uncaught-promise-expected.txt
@@ -9,13 +9,13 @@ CONSOLE ERROR: line 88: Uncaught (in promise) undefined
CONSOLE ERROR: line 93: Uncaught (in promise) SecurityError: Failed to register a ServiceWorker: The URL protocol of the current origin ('') is not supported.
Tests that uncaught promise rejections are logged into console.
- console-uncaught-promise.html:23 Uncaught (in promise) Error: err1(…)
+ console-uncaught-promise.html:23 Uncaught (in promise) Error: err1
promiseTest1 @ console-uncaught-promise.html:23
timeout @ console-uncaught-promise.html:16
- console-uncaught-promise.html:44 Uncaught (in promise) Error: err2(…)
+ console-uncaught-promise.html:44 Uncaught (in promise) Error: err2
promiseTest2 @ console-uncaught-promise.html:44
timeout @ console-uncaught-promise.html:16
- 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 this node.(…)
+ 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 this node.
throwDOMException @ console-uncaught-promise.html:62
catcher @ console-uncaught-promise.html:54
console-uncaught-promise.html:68 Uncaught (in promise) 42

Powered by Google App Engine
This is Rietveld 408576698