OLD | NEW |
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 Loading... |
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 |
OLD | NEW |