| Index: LayoutTests/fast/encoding/api/legacy-encode-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/api/legacy-encode-expected.txt b/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
|
| index 633a7fd2b3c336680d66bc37e3c2751aa152dfef..f84778af29ffb063ec2a9280f1dc6d8d18205116 100644
|
| --- a/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
|
| @@ -77,8 +77,6 @@ PASS new TextDecoder("shift_jis").encoding is "shift_jis"
|
| PASS new TextEncoder("shift_jis").encoding threw exception TypeError: Failed to construct 'TextEncoder': The encoding provided ('shift_jis') is not one of 'utf-8', 'utf-16', or 'utf-16be'..
|
| PASS new TextDecoder("euc-kr").encoding is "euc-kr"
|
| PASS new TextEncoder("euc-kr").encoding threw exception TypeError: Failed to construct 'TextEncoder': The encoding provided ('euc-kr') is not one of 'utf-8', 'utf-16', or 'utf-16be'..
|
| -PASS new TextDecoder("iso-2022-kr").encoding is "iso-2022-kr"
|
| -PASS new TextEncoder("iso-2022-kr").encoding threw exception TypeError: Failed to construct 'TextEncoder': The encoding provided ('iso-2022-kr') is not one of 'utf-8', 'utf-16', or 'utf-16be'..
|
| PASS new TextDecoder("utf-16be").encoding is "utf-16be"
|
| PASS new TextEncoder("utf-16be").encoding is "utf-16be"
|
| PASS new TextDecoder("utf-16le").encoding is "utf-16le"
|
|
|