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

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

Issue 26184004: Revert 158972 "Canonical name change: windows-949 => EUC-KR" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 | trunk/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: trunk/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
===================================================================
--- trunk/LayoutTests/fast/encoding/api/encoding-labels-expected.txt (revision 159022)
+++ trunk/LayoutTests/fast/encoding/api/encoding-labels-expected.txt (working copy)
@@ -275,16 +275,16 @@
PASS new TextDecoder("x-sjis").encoding is "shift_jis"
name = "euc-kr"
-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"
+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.
name = "iso-2022-kr"
PASS new TextDecoder("csiso2022kr").encoding is "iso-2022-kr"
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/encoding/api/legacy-encode-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698