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" |