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

Unified Diff: LayoutTests/inspector/console/console-format-expected.txt

Issue 137883002: DevTools: Console object preview should not be lossless if it has accessors. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3209c190d23bd3ecc57ab0ea46f0dd75c2948754..41ed8230303480acf910bf2e5752005d8115273a 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -89,14 +89,14 @@ test named "test" console-format.html:12
["test named "test""] console-format.html:13
globals[3]
"test named "test""
-Error {stack: (...)} console-format.html:12
+Error {stack: (...)}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
globals[4]
-Error {stack: (...)}
-Error {stack: (...), message: "my error message"} console-format.html:12
+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
globals[5]
-Error {stack: (...), message: "my error message"}
+Error {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]
@@ -142,10 +142,10 @@ id="x""x" console-format.html:12
[id]0: idlength: 1__proto__: Array[0] console-format.html:13
globals[15]
id="x""x"
-Object {length: (...)} console-format.html:12
+Object {length: (...)}length: (...)get length: function length() { throw "Length called"; }__proto__: Object console-format.html:12
[Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
globals[16]
-Object {length: (...)}
+Object {length: (...)}length: (...)get length: function length() { throw "Length called"; }__proto__: Object
NaN console-format.html:12
[NaN] console-format.html:13
globals[17]
@@ -178,10 +178,10 @@ Object {bar: "bar", foo: "foo"}
[svg#svg-node]0: svg#svg-nodelength: 1__proto__: Array[0] console-format.html:13
globals[24]
<svg id="svg-node"></svg>
-Object {bar: (...), foo: 1} console-format.html:12
+Object {bar: (...), foo: 1}bar: (...)get bar: function () { return this.bar; }set bar: function (x) { this.bar = x; }getFoo: function () { return this.foo; }__proto__: Object console-format.html:12
[Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
globals[25]
-Object {bar: (...), foo: 1}
+Object {bar: (...), foo: 1}bar: (...)get bar: function () { return this.bar; }set bar: function (x) { this.bar = x; }getFoo: function () { return this.foo; }__proto__: Object
-0 console-format.html:12
[-0] console-format.html:13
globals[26]
« no previous file with comments | « no previous file | Source/core/inspector/InjectedScriptSource.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698