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

Unified Diff: LayoutTests/inspector/console/console-save-to-temp-var-expected.txt

Issue 401843002: DevTools: Change RemoteObject._describe method for Errors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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: LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
diff --git a/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt b/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
index 5f03dcadf8e51f04d343b2a2193cf3be9bbab705..06b23d05ef0c65f55b63a46c3797a1c2d585ea45 100644
--- a/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
+++ b/LayoutTests/inspector/console/console-save-to-temp-var-expected.txt
@@ -24,5 +24,5 @@ temp14
temp15
function func() {}
temp16
-Error {stack: (...), message: "errr"}
+Error: errr {stack: (...), message: "errr"}

Powered by Google App Engine
This is Rietveld 408576698