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 d37be47f6f19624ef83de8ab9e7a1969d5b56626..1911db911e3026c505a82a811d6b9285ad4c0b2a 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 |
@@ -7,17 +7,17 @@ Running: testRuntimeAgentCallFunctionOn |
Running: dumpConsoleMessages |
testOverriddenArrayPushAndMathMax() |
-[1, 2, 3] |
+(3) [1, 2, 3] |
testOverriddenConstructorName() |
-Object {constructor: Object} |
+{constructor: Object} |
testThrowConstructorName() |
-Object {} |
+{} |
testOverriddenIsFinite() |
-["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function] |
+(2) ["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function] |
testOverriddenError() |
-Object {result: "PASS"} |
+{result: "PASS"} |
restoreError() |
-Object {result: "PASS"} |
+{result: "PASS"} |
testOverriddenToString(function func() {}, true) |
function #<Function> |
testOverriddenToString(function func() {}, false) |
@@ -35,9 +35,9 @@ testOverriddenToString(new Date, true) |
testOverriddenToString(new Date, false) |
#<Date> |
testOverriddenToString({}, true) |
-Object {toString: function, valueOf: function} |
+{toString: function, valueOf: function} |
testOverriddenToString({}, false) |
-Object {toString: function, valueOf: function} |
+{toString: function, valueOf: function} |
testOverriddenToString(new Number(1), true) |
Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function} |
testOverriddenToString(new Number(1), false) |