Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / string-localeCompare-expected.txt
blob5b0e2acf91135aa18d33750f70e752733af0ca98
1 This test checks String.localeCompare().
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS "a".localeCompare("aa") < 0 is true
7 PASS "a".localeCompare("b") < 0 is true
8 PASS "a".localeCompare("a") === 0 is true
9 PASS "ạ̈".localeCompare("ạ̈") === 0 is true
10 PASS "aa".localeCompare("a") > 0 is true
11 PASS "b".localeCompare("a") > 0 is true
12 PASS successfullyParsed is true
14 TEST COMPLETE