Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: LayoutTests/fast/encoding/api/encoding-labels-expected.txt

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Replacement codec should emit U+FFFD Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698