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

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

Issue 1411843003: Update XHR spec references in tests to HTTPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 5 years, 2 months 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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698