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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-object-with-getter-expected.txt

Issue 2586623002: Revert of DevTools: merge array formatting logic (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 15: [object Object] 1 CONSOLE MESSAGE: line 15: [object Object]
2 CONSOLE MESSAGE: line 16: 1, 2 CONSOLE MESSAGE: line 16: 1,
3 Tests that console logging dumps object values defined by getters and allows to expand it. 3 Tests that console logging dumps object values defined by getters and allows to expand it.
4 4
5 console-log-object-with-getter.html:15 Object {} 5 console-log-object-with-getter.html:15 Object {}
6 console-log-object-with-getter.html:16 [(...), undefined × 1] 6 console-log-object-with-getter.html:16 [(...)]
7 console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objec tget foo: function ()set bar: function (x)__proto__: Object 7 console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objec tget foo: function ()set bar: function (x)__proto__: Object
8 console-log-object-with-getter.html:16 Array(2)0: 1length: 2get 0: function ()se t 1: function (x)__proto__: Array(0) 8 console-log-object-with-getter.html:16 Array(2)0: 1length: 2get 0: function ()se t 1: function (x)__proto__: Array(0)
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698