| 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 38d4251c75996e33f0a63b3f3ed6723974b3a319..5cbc6817566171665df60b71d75da36ee76c179c 100644
|
| --- a/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
|
| @@ -75,7 +75,7 @@ PASS new TextDecoder("iso-2022-jp").encoding is "iso-2022-jp"
|
| PASS new TextEncoder("iso-2022-jp").encoding threw exception TypeError: Type error.
|
| PASS new TextDecoder("shift_jis").encoding is "shift_jis"
|
| PASS new TextEncoder("shift_jis").encoding threw exception TypeError: Type error.
|
| -FAIL new TextDecoder("euc-kr").encoding should be euc-kr. Was windows-949.
|
| +PASS new TextDecoder("euc-kr").encoding is "euc-kr"
|
| PASS new TextEncoder("euc-kr").encoding threw exception TypeError: Type error.
|
| PASS new TextDecoder("iso-2022-kr").encoding is "iso-2022-kr"
|
| PASS new TextEncoder("iso-2022-kr").encoding threw exception TypeError: Type error.
|
|
|