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

Unified Diff: trunk/LayoutTests/fast/encoding/api/legacy-encode-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
Index: trunk/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
===================================================================
--- trunk/LayoutTests/fast/encoding/api/legacy-encode-expected.txt (revision 159022)
+++ trunk/LayoutTests/fast/encoding/api/legacy-encode-expected.txt (working copy)
@@ -75,7 +75,7 @@
PASS new TextEncoder("iso-2022-jp").encoding threw exception TypeError: Type error.
PASS new TextDecoder("shift_jis").encoding is "shift_jis"
PASS new TextEncoder("shift_jis").encoding threw exception TypeError: Type error.
-PASS new TextDecoder("euc-kr").encoding is "euc-kr"
+FAIL new TextDecoder("euc-kr").encoding should be euc-kr. Was windows-949.
PASS new TextEncoder("euc-kr").encoding threw exception TypeError: Type error.
PASS new TextDecoder("iso-2022-kr").encoding is "iso-2022-kr"
PASS new TextEncoder("iso-2022-kr").encoding threw exception TypeError: Type error.
« no previous file with comments | « trunk/LayoutTests/fast/encoding/api/encoding-labels-expected.txt ('k') | trunk/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698