| Index: LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| index 3cabf728e856367fef7eedffcb2a1b2020b12ec8..e098063563badc2b26b22a7efb7fd1885565db29 100644
|
| --- a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| @@ -286,13 +286,11 @@ PASS new TextDecoder("ksc5601").encoding is "euc-kr"
|
| PASS new TextDecoder("ksc_5601").encoding is "euc-kr"
|
| PASS new TextDecoder("windows-949").encoding is "euc-kr"
|
|
|
| -name = "iso-2022-kr"
|
| -PASS new TextDecoder("csiso2022kr").encoding is "iso-2022-kr"
|
| -PASS new TextDecoder("iso-2022-kr").encoding is "iso-2022-kr"
|
| -
|
| name = "replacement"
|
| -FAIL new TextDecoder("iso-2022-cn").encoding should be replacement. Was iso-2022-cn.
|
| -FAIL new TextDecoder("iso-2022-cn-ext").encoding should be replacement. Was iso-2022-cn-ext.
|
| +PASS new TextDecoder("csiso2022kr").encoding is "replacement"
|
| +PASS new TextDecoder("iso-2022-cn").encoding is "replacement"
|
| +PASS new TextDecoder("iso-2022-cn-ext").encoding is "replacement"
|
| +PASS new TextDecoder("iso-2022-kr").encoding is "replacement"
|
|
|
| name = "utf-16be"
|
| PASS new TextDecoder("utf-16be").encoding is "utf-16be"
|
|
|