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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-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/sources/debugger/properties-special-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
index 6c5c46d28512bcc3118dbd2d3383138a93b146e8..b3a9383e12d1302c90e49b734ee291d179c9b9be 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special-expected.txt
@@ -7,25 +7,25 @@ Tests how debugger presents special properties of closures, bound functions and
properties-special.html:10 Boolean
__proto__: Boolean
[[PrimitiveValue]]: true
-properties-special.html:11 function anonymous(a,b)
+properties-special.html:11 ƒ anonymous(a,b)
arguments: null
caller: null
length: 2
name: ""
prototype: Object
- __proto__: function ()
+ __proto__: ƒ ()
[[FunctionLocation]]: properties-special.html:11
[[Scopes]]: Scopes[1]
-properties-special.html:12 function bound ()
+properties-special.html:12 ƒ bound ()
arguments: (...)
caller: (...)
length: 1
name: "bound "
- __proto__: function ()
- [[TargetFunction]]: function (a,b)
+ __proto__: ƒ ()
+ [[TargetFunction]]: ƒ (a,b)
[[BoundThis]]: Object
[[BoundArgs]]: Array(1)
-properties-special.html:13 function* anonymous()
+properties-special.html:13 ƒ* anonymous()
arguments: (...)
caller: (...)
length: 0

Powered by Google App Engine
This is Rietveld 408576698