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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt

Issue 2393893002: Auto-rebaseline for r423132 (Closed)
Patch Set: Created 4 years, 2 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/string-prototype-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
index 40cb25a9f374377476154ce6f91cfabf53243954..ef6d8d452cb9f1ad5618267eebaebbf15513040d 100644
--- a/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/string-prototype-properties-expected.txt
@@ -17,7 +17,7 @@ PASS String.prototype.slice.call(undefined, 1, 3) threw exception TypeError: Str
PASS String.prototype.split.call(undefined, '2') threw exception TypeError: String.prototype.split called on null or undefined.
PASS String.prototype.slice.call(undefined, 1, 3) threw exception TypeError: String.prototype.slice called on null or undefined.
PASS String.prototype.substr.call(undefined, 1, 3) threw exception TypeError: String.prototype.substr called on null or undefined.
-PASS String.prototype.substring.call(undefined, 1, 3) threw exception TypeError: String.prototype.subString called on null or undefined.
+PASS String.prototype.substring.call(undefined, 1, 3) threw exception TypeError: String.prototype.substring called on null or undefined.
PASS String.prototype.toLowerCase.call(undefined) threw exception TypeError: String.prototype.toLowerCase called on null or undefined.
PASS String.prototype.toUpperCase.call(undefined) threw exception TypeError: String.prototype.toUpperCase called on null or undefined.
PASS String.prototype.localeCompare.call(undefined, '1224') threw exception TypeError: Method invoked on undefined or null value..

Powered by Google App Engine
This is Rietveld 408576698