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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 Unmodified span 1 Unmodified span
2 span : [object HTMLSpanElement] 2 span : [object HTMLSpanElement]
3 [span] : [object HTMLSpanElement] 3 [span] : [object HTMLSpanElement]
4 String(span) : [object HTMLSpanElement] 4 String(span) : [object HTMLSpanElement]
5 String([span]) : [object HTMLSpanElement] 5 String([span]) : [object HTMLSpanElement]
6 span.toString : function toString() { [native code] } 6 span.toString : function toString() { [native code] }
7 span.toString() (cached in variable) : [object Undefined] 7 span.toString() (cached in variable) : [object Undefined]
8 span.toString() : [object HTMLSpanElement] 8 span.toString() : [object HTMLSpanElement]
9 [span].toString() : [object HTMLSpanElement] 9 [span].toString() : [object HTMLSpanElement]
10 span.valueOf() : [object HTMLSpanElement] 10 span.valueOf() : [object HTMLSpanElement]
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 Exception 93 Exception
94 Exception 94 Exception
95 Exception 95 Exception
96 96
97 97
98 Unmodified window 98 Unmodified window
99 window : [object Window] 99 window : [object Window]
100 [window] : [object Window] 100 [window] : [object Window]
101 String(window) : [object Window] 101 String(window) : [object Window]
102 String([window]) : [object Window] 102 String([window]) : [object Window]
103 window.toString : function () { [native code] } 103 window.toString : function toString() { [native code] }
104 window.toString() (cached in variable) : [object Window] 104 window.toString() (cached in variable) : [object Undefined]
105 window.toString() : [object Window] 105 window.toString() : [object Window]
106 [window].toString() : [object Window] 106 [window].toString() : [object Window]
107 window.valueOf() : [object Window] 107 window.valueOf() : [object Window]
108 [window].valueOf() : [object Window] 108 [window].valueOf() : [object Window]
109 109
110 window with modified toString and valueOf 110 window with modified toString and valueOf
111 window : valueOf 111 window : valueOf
112 [window] : toString 112 [window] : toString
113 String(window) : toString 113 String(window) : toString
114 String([window]) : toString 114 String([window]) : toString
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 Exception 477 Exception
478 Selection.toString : function () { throw "Exception"; } 478 Selection.toString : function () { throw "Exception"; }
479 Exception 479 Exception
480 Exception 480 Exception
481 Exception 481 Exception
482 Exception 482 Exception
483 Exception 483 Exception
484 484
485 485
486 486
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698