| Index: LayoutTests/fast/encoding/api/resources/shared.js
|
| diff --git a/LayoutTests/fast/encoding/api/resources/shared.js b/LayoutTests/fast/encoding/api/resources/shared.js
|
| index c02f0bad72f99be197d33fcecd51d7e1bd2fa61e..0cf3b3b55e1fa704cc7d888825b80c11d6c4add0 100644
|
| --- a/LayoutTests/fast/encoding/api/resources/shared.js
|
| +++ b/LayoutTests/fast/encoding/api/resources/shared.js
|
| @@ -422,13 +422,6 @@ encodings_table = [
|
| "windows-949"
|
| ],
|
| "name": "euc-kr"
|
| - },
|
| - {
|
| - "labels": [
|
| - "csiso2022kr",
|
| - "iso-2022-kr"
|
| - ],
|
| - "name": "iso-2022-kr"
|
| }
|
| ],
|
| "heading": "Legacy multi-byte Korean encodings"
|
| @@ -437,8 +430,10 @@ encodings_table = [
|
| "encodings": [
|
| {
|
| "labels": [
|
| + "csiso2022kr",
|
| "iso-2022-cn",
|
| - "iso-2022-cn-ext"
|
| + "iso-2022-cn-ext",
|
| + "iso-2022-kr"
|
| ],
|
| "name": "replacement"
|
| },
|
|
|