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

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

Issue 2562793002: Rebaseline after V8 roll for consolobject preview changes (Closed)
Patch Set: Created 4 years 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 d7429ca5020c16e38984ea37fd422eec839292cf..bf9abcc3cf164fa58252a8a59458bbb401d5efeb 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
@@ -35,11 +35,11 @@ testOverriddenToString(new Date, true)
testOverriddenToString(new Date, false)
#<Date>
testOverriddenToString({}, true)
-Object {}
+Object {toString: function, valueOf: function}
testOverriddenToString({}, false)
-Object {}
+Object {toString: function, valueOf: function}
testOverriddenToString(new Number(1), true)
-Number {[[PrimitiveValue]]: 1}
+Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}
testOverriddenToString(new Number(1), false)
-Number {[[PrimitiveValue]]: 1}
+Number {[[PrimitiveValue]]: 1, toString: function, valueOf: function}

Powered by Google App Engine
This is Rietveld 408576698