Chromium Code Reviews

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

Issue 2878243002: Revert of DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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: ƒ (c,d) 6 boo: function (c,d)
7 foo: ƒ foo(a,b) 7 foo: function foo(a,b)
8 gen: ƒ* gen() 8 gen: function* gen()
9 get baz: ƒ baz() 9 get baz: function baz()
10 set baz: ƒ baz(x) 10 set baz: function baz(x)
11 __proto__: Object 11 __proto__: Object
12 12
OLDNEW

Powered by Google App Engine