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..e9b42d9bdd5341cf6acaed11cec1f4ddca495187 100644 |
--- a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt |
+++ b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt |
@@ -286,14 +286,6 @@ 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. |
- |
name = "utf-16be" |
PASS new TextDecoder("utf-16be").encoding is "utf-16be" |