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

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

Issue 2588963002: Turn on icu_case_mapping by default (Closed)
Patch Set: add fail tests for Lower,UpperCase Created 3 years, 11 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
« no previous file with comments | « test/debugger/debug/debug-evaluate-no-side-effect-builtins.js ('k') | test/webkit/webkit.status » ('j') | 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 817db11133877c49a659d52b7a1254562d97a2b1..8d23c0e1f94929b16d0d64b7bbf9f22251363aca 100644
--- a/test/webkit/fast/js/string-capitalization-expected.txt
+++ b/test/webkit/fast/js/string-capitalization-expected.txt
@@ -26,8 +26,8 @@ This test checks that toLowerCase and toUpperCase handle certain non-trivial cas
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-FAIL String("A𐐀").toLowerCase() should be a𐐨. Was a𐐀.
-FAIL String("a𐐨").toUpperCase() should be A𐐀. Was A𐐨.
+PASS String("A𐐀").toLowerCase() is "a𐐨"
+PASS String("a𐐨").toUpperCase() is "A𐐀"
PASS String("ΚΟΣΜΟΣ ΚΟΣΜΟΣ").toLowerCase() is "κοσμος κοσμος"
PASS String("ß").toUpperCase() is "SS"
PASS String("ʼn").toUpperCase() is "ʼN"
« no previous file with comments | « test/debugger/debug/debug-evaluate-no-side-effect-builtins.js ('k') | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698