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

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

Issue 25870005: Canonical name change: windows-949 => EUC-KR (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update legacy-encode result and cl description Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/legacy-encode-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d16c8a150853876d7d20ca99ce97ac0039f200fb..41795abdef9ac10be25fbe0ef00748fe39c2499d 100644
--- a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
+++ b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
@@ -275,16 +275,16 @@ PASS new TextDecoder("windows-31j").encoding is "shift_jis"
PASS new TextDecoder("x-sjis").encoding is "shift_jis"
name = "euc-kr"
-FAIL new TextDecoder("cseuckr").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("csksc56011987").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("euc-kr").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("iso-ir-149").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("korean").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("ks_c_5601-1987").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("ks_c_5601-1989").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("ksc5601").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("ksc_5601").encoding should be euc-kr. Was windows-949.
-FAIL new TextDecoder("windows-949").encoding should be euc-kr. Was windows-949.
+PASS new TextDecoder("cseuckr").encoding is "euc-kr"
+PASS new TextDecoder("csksc56011987").encoding is "euc-kr"
+PASS new TextDecoder("euc-kr").encoding is "euc-kr"
+PASS new TextDecoder("iso-ir-149").encoding is "euc-kr"
+PASS new TextDecoder("korean").encoding is "euc-kr"
+PASS new TextDecoder("ks_c_5601-1987").encoding is "euc-kr"
+PASS new TextDecoder("ks_c_5601-1989").encoding is "euc-kr"
+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"
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/legacy-encode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698