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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 years, 10 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/fast/js/toString-and-valueOf-override-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt b/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
index 70b8a09dc5aff97a7ca4a783897e2d1122363232..eb2a8bfc68086ca660733e6dbc8735812e9546be 100644
--- a/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/toString-and-valueOf-override-expected.txt
@@ -100,8 +100,8 @@ window : [object Window]
[window] : [object Window]
String(window) : [object Window]
String([window]) : [object Window]
-window.toString : function () { [native code] }
-window.toString() (cached in variable) : [object Window]
+window.toString : function toString() { [native code] }
+window.toString() (cached in variable) : [object Undefined]
window.toString() : [object Window]
[window].toString() : [object Window]
window.valueOf() : [object Window]

Powered by Google App Engine
This is Rietveld 408576698