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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/encoding/textencoder-constructor-non-utf-expected.txt

Issue 1990653002: Move the encoding directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Encoding argument supported for decode: utf-8 2 PASS Encoding argument supported for decode: utf-8
3 PASS Encoding argument not considered for encode: utf-8 3 PASS Encoding argument not considered for encode: utf-8
4 PASS Encoding argument supported for decode: ibm866 4 PASS Encoding argument supported for decode: ibm866
5 FAIL Encoding argument not considered for encode: ibm866 Failed to construct 'Te xtEncoder': The encoding provided ('ibm866') is not one of 'utf-8', 'utf-16', or 'utf-16be'. 5 FAIL Encoding argument not considered for encode: ibm866 Failed to construct 'Te xtEncoder': The encoding provided ('ibm866') is not one of 'utf-8', 'utf-16', or 'utf-16be'.
6 PASS Encoding argument supported for decode: iso-8859-2 6 PASS Encoding argument supported for decode: iso-8859-2
7 FAIL Encoding argument not considered for encode: iso-8859-2 Failed to construct 'TextEncoder': The encoding provided ('iso-8859-2') is not one of 'utf-8', 'utf -16', or 'utf-16be'. 7 FAIL Encoding argument not considered for encode: iso-8859-2 Failed to construct 'TextEncoder': The encoding provided ('iso-8859-2') is not one of 'utf-8', 'utf -16', or 'utf-16be'.
8 PASS Encoding argument supported for decode: iso-8859-3 8 PASS Encoding argument supported for decode: iso-8859-3
9 FAIL Encoding argument not considered for encode: iso-8859-3 Failed to construct 'TextEncoder': The encoding provided ('iso-8859-3') is not one of 'utf-8', 'utf -16', or 'utf-16be'. 9 FAIL Encoding argument not considered for encode: iso-8859-3 Failed to construct 'TextEncoder': The encoding provided ('iso-8859-3') is not one of 'utf-8', 'utf -16', or 'utf-16be'.
10 PASS Encoding argument supported for decode: iso-8859-4 10 PASS Encoding argument supported for decode: iso-8859-4
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 FAIL Encoding argument not considered for encode: euc-kr Failed to construct 'Te xtEncoder': The encoding provided ('euc-kr') is not one of 'utf-8', 'utf-16', or 'utf-16be'. 73 FAIL Encoding argument not considered for encode: euc-kr Failed to construct 'Te xtEncoder': The encoding provided ('euc-kr') is not one of 'utf-8', 'utf-16', or 'utf-16be'.
74 FAIL Encoding argument not considered for encode: replacement Failed to construc t 'TextEncoder': The encoding label provided ('replacement') is invalid. 74 FAIL Encoding argument not considered for encode: replacement Failed to construc t 'TextEncoder': The encoding label provided ('replacement') is invalid.
75 PASS Encoding argument supported for decode: utf-16be 75 PASS Encoding argument supported for decode: utf-16be
76 FAIL Encoding argument not considered for encode: utf-16be assert_equals: expect ed "utf-8" but got "utf-16be" 76 FAIL Encoding argument not considered for encode: utf-16be assert_equals: expect ed "utf-8" but got "utf-16be"
77 PASS Encoding argument supported for decode: utf-16le 77 PASS Encoding argument supported for decode: utf-16le
78 FAIL Encoding argument not considered for encode: utf-16le assert_equals: expect ed "utf-8" but got "utf-16le" 78 FAIL Encoding argument not considered for encode: utf-16le assert_equals: expect ed "utf-8" but got "utf-16le"
79 PASS Encoding argument supported for decode: x-user-defined 79 PASS Encoding argument supported for decode: x-user-defined
80 FAIL Encoding argument not considered for encode: x-user-defined Failed to const ruct 'TextEncoder': The encoding provided ('x-user-defined') is not one of 'utf- 8', 'utf-16', or 'utf-16be'. 80 FAIL Encoding argument not considered for encode: x-user-defined Failed to const ruct 'TextEncoder': The encoding provided ('x-user-defined') is not one of 'utf- 8', 'utf-16', or 'utf-16be'.
81 Harness: the test ran to completion. 81 Harness: the test ran to completion.
82 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698