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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-call-getter-on-proto-expected.txt

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: w/ tests Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 21: [object Object] 1 CONSOLE MESSAGE: line 21: [object Object]
2 Tests that calling getter on prototype will call it on the object. 2 Tests that calling getter on prototype will call it on the object.
3 3
4 console-call-getter-on-proto.html:21 B {value: 239} 4 console-call-getter-on-proto.html:21 B {value: 239}
5 foo: 239 5 foo: 239
6 value: 239 6 value: 239
7 __proto__: A 7 __proto__: A
8 constructor: function () 8 constructor: ƒ ()
9 foo: 239 9 foo: 239
10 __proto__: Object 10 __proto__: Object
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698