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

Unified Diff: test/webkit/fast/js/string-capitalization-expected.txt

Issue 2593543002: Revert of Turn on icu_case_mapping by default (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
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/string-capitalization-expected.txt
diff --git a/test/webkit/fast/js/string-capitalization-expected.txt b/test/webkit/fast/js/string-capitalization-expected.txt
index 8d23c0e1f94929b16d0d64b7bbf9f22251363aca..817db11133877c49a659d52b7a1254562d97a2b1 100644
--- a/test/webkit/fast/js/string-capitalization-expected.txt
+++ b/test/webkit/fast/js/string-capitalization-expected.txt
@@ -26,8 +26,8 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS String("A𐐀").toLowerCase() is "a𐐨"
-PASS String("a𐐨").toUpperCase() is "A𐐀"
+FAIL String("A𐐀").toLowerCase() should be a𐐨. Was a𐐀.
+FAIL String("a𐐨").toUpperCase() should be A𐐀. Was A𐐨.
PASS String("ΚΟΣΜΟΣ ΚΟΣΜΟΣ").toLowerCase() is "κοσμος κοσμος"
PASS String("ß").toUpperCase() is "SS"
PASS String("ʼn").toUpperCase() is "ʼN"
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698