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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the test 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 18: [object Object] 1 CONSOLE MESSAGE: line 18: [object Object]
2 Tests that Web Inspector won't crash if some console have been logged by the tim e it's opening. 2 Tests that Web Inspector won't crash if some console have been logged by the tim e it's opening.
3 3
4 console-log-short-hand-method.html:18 Object 4 console-log-short-hand-method.html:18 Object
5 baz: (...) 5 baz: (...)
6 boo: function (c,d) 6 boo: ƒ (c,d)
7 foo: function foo(a,b) 7 foo: ƒ foo(a,b)
8 gen: function* gen() 8 gen: ƒ* gen()
9 get baz: function baz() 9 get baz: ƒ baz()
10 set baz: function baz(x) 10 set baz: ƒ baz(x)
11 __proto__: Object 11 __proto__: Object
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698