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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-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-message-from-inline-with-url-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
index 0e36a3c2f8a06ae2775a7b8dd8ca7d535a0a0af8..3bfb2f2d80736af60e8bc84f3ec74cec975042da 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-message-from-inline-with-url-expected.txt
@@ -3,5 +3,6 @@ CONSOLE ERROR: line 1: Uncaught SyntaxError: Unexpected token }
Tests that log message and syntax errors from inline scripts with sourceURL are logged into console, contains correct link and doesn't cause browser crash.
foo.js:4 foo
-boo.js:1 Uncaught SyntaxError: Unexpected token }(…)addInlineWithSyntaxError @ foo.js:12
+boo.js:1 Uncaught SyntaxError: Unexpected token }
+ at addInlineWithSyntaxError (foo.js:12)addInlineWithSyntaxError @ foo.js:12

Powered by Google App Engine
This is Rietveld 408576698