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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
index aeb0555cb6335db0bb4ef749ff40045ad97e6b3d..e25467fb8dbd8af6324510400e3da74b9bf0a2d6 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-short-hand-method-expected.txt
@@ -3,10 +3,10 @@ Tests that Web Inspector won't crash if some console have been logged by the tim
console-log-short-hand-method.html:18 Object
baz: (...)
- boo: function (c,d)
- foo: function foo(a,b)
- gen: function* gen()
- get baz: function baz()
- set baz: function baz(x)
+ boo: ƒ (c,d)
+ foo: ƒ foo(a,b)
+ gen: ƒ* gen()
+ get baz: ƒ baz()
+ set baz: ƒ baz(x)
__proto__: Object

Powered by Google App Engine
This is Rietveld 408576698