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

Unified Diff: LayoutTests/inspector/console/console-format-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-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
index 7b876361f7e72a67436a066feb3d7783f0bc9c2b..cd3a36195fdc19faa5a4c472a56805c333379955 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -110,10 +110,10 @@ Error {stack: (...)}stack: (...)get stack: function () { [native code] }set stac
[Error]0: Errorlength: 1__proto__: Array[0] console-format.html:13
globals[4]
Error {stack: (...)}stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }__proto__: d
-Error {stack: (...), message: "my error message"}message: "my error message"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }__proto__: d console-format.html:12
-[Error]0: Errorlength: 1__proto__: Array[0] console-format.html:13
+Error: my error message {stack: (...), message: "my error message"}message: "my error message"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }__proto__: d console-format.html:12
+[Error: my error message]0: Error: my error messagelength: 1__proto__: Array[0] console-format.html:13
globals[5]
-Error {stack: (...), message: "my error message"}message: "my error message"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }__proto__: d
+Error: my error message {stack: (...), message: "my error message"}message: "my error message"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }__proto__: d
<p id="p">Tests that console logging dumps proper messages.</p> console-format.html:12
[p#p]0: p#plength: 1__proto__: Array[0] console-format.html:13
globals[6]

Powered by Google App Engine
This is Rietveld 408576698