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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-dir-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-dir-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
index a501ce5d95a56fb84b7202a0eca52a68d86d22f5..b8f37c80930320c4b007d8d8b64fc7333fdc53a2 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-dir-expected.txt
@@ -33,13 +33,13 @@ console-dir.html:16 Object
c d: "c d"
negZero: -0
__proto__: Object
-console-dir.html:19 function anonymous()
+console-dir.html:19 ƒ anonymous()
arguments: null
caller: null
length: 0
name: ""
prototype: Object
- __proto__: function ()
+ __proto__: ƒ ()
[[FunctionLocation]]: console-dir.html:19
[[Scopes]]: Scopes[1]
console-dir.html:23 inner
@@ -50,12 +50,12 @@ console-dir.html:27 Object
foo: Object
No Properties
__proto__: Object
-console-dir.html:29 function __proto__()
+console-dir.html:29 ƒ __proto__()
arguments: null
caller: null
length: 0
name: "get __proto__"
- __proto__: function ()
+ __proto__: ƒ ()
console-dir.html:34 Uint8Array(400000000)
[0 … 99999999]
[100000000 … 199999999]

Powered by Google App Engine
This is Rietveld 408576698