OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. |
2 This tests decoding characters in various character sets. | 2 This tests decoding characters in various character sets. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS decode('UTF-8', '%E2%88%9A') is 'U+221A' | 7 PASS decode('UTF-8', '%E2%88%9A') is 'U+221A' |
8 PASS decode('gb2312', '%A3%A0') is 'U+3000' | 8 PASS decode('gb2312', '%A3%A0') is 'U+3000' |
9 PASS decode('gb_2312', '%A3%A0') is 'U+3000' | 9 PASS decode('gb_2312', '%A3%A0') is 'U+3000' |
10 PASS decode('gb_2312-80', '%A3%A0') is 'U+3000' | 10 PASS decode('gb_2312-80', '%A3%A0') is 'U+3000' |
11 PASS decode('csgb2312', '%A3%A0') is 'U+3000' | 11 PASS decode('csgb2312', '%A3%A0') is 'U+3000' |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 PASS decode('unicodeFFFE', '%D8%69%DE%D6') is 'U+D869/U+DED6' | 214 PASS decode('unicodeFFFE', '%D8%69%DE%D6') is 'U+D869/U+DED6' |
215 PASS decode('csiso2022kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 215 PASS decode('csiso2022kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
216 PASS decode('hz-gb-2312', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 216 PASS decode('hz-gb-2312', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
217 PASS decode('iso-2022-cn', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 217 PASS decode('iso-2022-cn', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
218 PASS decode('iso-2022-cn-ext', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 218 PASS decode('iso-2022-cn-ext', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
219 PASS decode('iso-2022-kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 219 PASS decode('iso-2022-kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
220 PASS successfullyParsed is true | 220 PASS successfullyParsed is true |
221 | 221 |
222 TEST COMPLETE | 222 TEST COMPLETE |
223 | 223 |
OLD | NEW |