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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt

Issue 2881053003: DevTools: enable object previews experiment by default (Closed)
Patch Set: fix extension sidebar 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 550766d98b47d16e3db8f8912d4009e2e92aec41..af40ab752c452896e612fa9b4c0ff43d84279e98 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,15 +9,15 @@ Running: dumpConsoleMessages
testOverriddenArrayPushAndMathMax()
(3) [1, 2, 3]
testOverriddenConstructorName()
-Object {constructor: {…}}
+{constructor: {…}}
testThrowConstructorName()
-Object {}
+{}
testOverriddenIsFinite()
(2) ["arg1", "arg2", callee: ƒ, Symbol(Symbol.iterator): ƒ]
testOverriddenError()
-Object {result: "PASS"}
+{result: "PASS"}
restoreError()
-Object {result: "PASS"}
+{result: "PASS"}
testOverriddenToString(function func() {}, true)
ƒ #<Function>
testOverriddenToString(function func() {}, false)
@@ -35,9 +35,9 @@ testOverriddenToString(new Date, true)
testOverriddenToString(new Date, false)
#<Date>
testOverriddenToString({}, true)
-Object {toString: ƒ, valueOf: ƒ}
+{toString: ƒ, valueOf: ƒ}
testOverriddenToString({}, false)
-Object {toString: ƒ, valueOf: ƒ}
+{toString: ƒ, valueOf: ƒ}
testOverriddenToString(new Number(1), true)
Number {[[PrimitiveValue]]: 1, toString: ƒ, valueOf: ƒ}
testOverriddenToString(new Number(1), false)

Powered by Google App Engine
This is Rietveld 408576698