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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-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-format-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
index 09ff15e77e299d63b134ffdf1bd6c71e6dca51bf..a1159cb452c63ff558e1c49436a1b5ed22b84032 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-format-expected.txt
@@ -122,22 +122,24 @@ console-format.html:7 test named "test"
console-format.html:8 ["test named "test""]
globals[3]
"test named "test""
-console-format.html:7 Error(…)
+console-format.html:7 Error
console-format.html:8 [Error
]
globals[4]
-Error(…)
-console-format.html:7 Error: my error message(…)
+Error
+console-format.html:7 Error: my error message
console-format.html:8 [Error: my error message
]
globals[5]
-Error: my error message(…)
-console-format.html:7 Error: my multiline(…)
+Error: my error message
+console-format.html:7 Error: my multiline
+error message
console-format.html:8 [Error: my multiline
error message
]
globals[6]
-Error: my multiline(…)
+Error: my multiline
+error message
console-format.html:7
<p id="p">Tests that console logging dumps proper messages.</p>
console-format.html:8 [p#p]

Powered by Google App Engine
This is Rietveld 408576698