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

Side by Side Diff: LayoutTests/fast/encoding/char-decoding-expected.txt

Issue 585873002: Show a warning when using sync xhr. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added needsrebaseline for win_rel. Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
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 This tests decoding characters in various character sets. 2 This tests decoding characters in various character sets.
2 3
3 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 ".
4 5
5 6
6 PASS decode('UTF-8', '%E2%88%9A') is 'U+221A' 7 PASS decode('UTF-8', '%E2%88%9A') is 'U+221A'
7 PASS decode('gb2312', '%A3%A0') is 'U+3000' 8 PASS decode('gb2312', '%A3%A0') is 'U+3000'
8 PASS decode('gb_2312-80', '%A3%A0') is 'U+3000' 9 PASS decode('gb_2312-80', '%A3%A0') is 'U+3000'
9 PASS decode('chinese', '%A3%A0') is 'U+3000' 10 PASS decode('chinese', '%A3%A0') is 'U+3000'
10 PASS decode('gbk', '%A3%A0') is 'U+3000' 11 PASS decode('gbk', '%A3%A0') is 'U+3000'
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 PASS decode('unicodeFFFE', '%D8%69%DE%D6') is 'U+D869/U+DED6' 196 PASS decode('unicodeFFFE', '%D8%69%DE%D6') is 'U+D869/U+DED6'
196 PASS decode('csiso2022kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' 197 PASS decode('csiso2022kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD'
197 PASS decode('hz-gb-2312', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' 198 PASS decode('hz-gb-2312', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD'
198 PASS decode('iso-2022-cn', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' 199 PASS decode('iso-2022-cn', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD'
199 PASS decode('iso-2022-cn-ext', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' 200 PASS decode('iso-2022-cn-ext', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD'
200 PASS decode('iso-2022-kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD' 201 PASS decode('iso-2022-kr', '%41%42%43%61%62%63%31%32%33%A0') is 'U+FFFD'
201 PASS successfullyParsed is true 202 PASS successfullyParsed is true
202 203
203 TEST COMPLETE 204 TEST COMPLETE
204 205
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698