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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-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-tainted-globals-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
index a66674441ca2269a56a2a2401d0a99736183ea40..550766d98b47d16e3db8f8912d4009e2e92aec41 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
@@ -9,23 +9,23 @@ Running: dumpConsoleMessages
testOverriddenArrayPushAndMathMax()
(3) [1, 2, 3]
testOverriddenConstructorName()
-Object {constructor: Object}
+Object {constructor: {…}}
testThrowConstructorName()
Object {}
testOverriddenIsFinite()
-(2) ["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function]
+(2) ["arg1", "arg2", callee: ƒ, Symbol(Symbol.iterator): ƒ]
testOverriddenError()
Object {result: "PASS"}
restoreError()
Object {result: "PASS"}
testOverriddenToString(function func() {}, true)
-function #<Function>
+ƒ #<Function>
testOverriddenToString(function func() {}, false)
-function #<Function>
+ƒ #<Function>
testOverriddenToString(new Function, true)
-function #<Function>
+ƒ #<Function>
testOverriddenToString(new Function, false)
-function #<Function>
+ƒ #<Function>
testOverriddenToString(/^regex$/, true)
#<RegExp>
testOverriddenToString(/^regex$/, false)
@@ -35,11 +35,11 @@ testOverriddenToString(new Date, true)
testOverriddenToString(new Date, false)
#<Date>
testOverriddenToString({}, true)
-Object {toString: function, valueOf: function}
+Object {toString: ƒ, valueOf: ƒ}
testOverriddenToString({}, false)
-Object {toString: function, valueOf: function}
+Object {toString: ƒ, valueOf: ƒ}
testOverriddenToString(new Number(1), true)
-Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
+Number {[[PrimitiveValue]]: 1, toString: ƒ, valueOf: ƒ}
testOverriddenToString(new Number(1), false)
-Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
+Number {[[PrimitiveValue]]: 1, toString: ƒ, valueOf: ƒ}

Powered by Google App Engine
This is Rietveld 408576698