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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt

Issue 2667843004: DevTools: rebaseline console tests (Closed)
Patch Set: remove option to customize level Created 3 years, 11 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/Source/devtools/tests/baseline/protocol-1.2/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/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
similarity index 78%
copy from third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
index d37be47f6f19624ef83de8ab9e7a1969d5b56626..d7429ca5020c16e38984ea37fd422eec839292cf 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-tainted-globals-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/console/console-tainted-globals-expected.txt
@@ -13,7 +13,7 @@ Object {constructor: Object}
testThrowConstructorName()
Object {}
testOverriddenIsFinite()
-["arg1", "arg2", callee: function, Symbol(Symbol.iterator): function]
+["arg1", "arg2"]
testOverriddenError()
Object {result: "PASS"}
restoreError()
@@ -35,11 +35,11 @@ testOverriddenToString(new Date, true)
testOverriddenToString(new Date, false)
#<Date>
testOverriddenToString({}, true)
-Object {toString: function, valueOf: function}
+Object {}
testOverriddenToString({}, false)
-Object {toString: function, valueOf: function}
+Object {}
testOverriddenToString(new Number(1), true)
-Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
+Number {[[PrimitiveValue]]: 1}
testOverriddenToString(new Number(1), false)
-Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
+Number {[[PrimitiveValue]]: 1}

Powered by Google App Engine
This is Rietveld 408576698