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

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

Issue 2521513006: DevTools: allow array previews to show static array getters (Closed)
Patch Set: Rebaseline 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 11: [object Object] 1 CONSOLE MESSAGE: line 15: [object Object]
2 CONSOLE MESSAGE: line 16: 1,
2 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.
3 4
4 console-log-object-with-getter.html:11 Objectfoo: Objecta: 1b: 2__proto__: Objec tset bar: function (x)get foo: function ()__proto__: Object 5 console-log-object-with-getter.html:15 Object {}
6 console-log-object-with-getter.html:16 []
7 console-log-object-with-getter.html:15 Objectfoo: Objecta: 1b: 2__proto__: Objec tset bar: function (x)get foo: function ()__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)
5 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698