| 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 https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 4: Synchronous XMLHttpRequest on the main thread is deprec
ated because of its detrimental effects to the end user's experience. For more h
elp, check 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 PASS decode('iso-2022-cn', '') is '' | 235 PASS decode('iso-2022-cn', '') is '' |
| 236 PASS decode('iso-2022-cn', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 236 PASS decode('iso-2022-cn', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
| 237 PASS decode('iso-2022-cn-ext', '') is '' | 237 PASS decode('iso-2022-cn-ext', '') is '' |
| 238 PASS decode('iso-2022-cn-ext', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 238 PASS decode('iso-2022-cn-ext', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
| 239 PASS decode('iso-2022-kr', '') is '' | 239 PASS decode('iso-2022-kr', '') is '' |
| 240 PASS decode('iso-2022-kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' | 240 PASS decode('iso-2022-kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' |
| 241 PASS successfullyParsed is true | 241 PASS successfullyParsed is true |
| 242 | 242 |
| 243 TEST COMPLETE | 243 TEST COMPLETE |
| 244 | 244 |
| OLD | NEW |