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

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: Verify replacement name Created 6 years, 10 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..e098063563badc2b26b22a7efb7fd1885565db29 100644
--- a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
+++ b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
@@ -286,13 +286,11 @@ 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.
+PASS new TextDecoder("csiso2022kr").encoding is "replacement"
+PASS new TextDecoder("iso-2022-cn").encoding is "replacement"
+PASS new TextDecoder("iso-2022-cn-ext").encoding is "replacement"
+PASS new TextDecoder("iso-2022-kr").encoding is "replacement"
name = "utf-16be"
PASS new TextDecoder("utf-16be").encoding is "utf-16be"

Powered by Google App Engine
This is Rietveld 408576698