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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698