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

Unified Diff: LayoutTests/fast/encoding/api/legacy-encode-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 | « LayoutTests/fast/encoding/api/encoding-labels-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/encoding/api/legacy-encode-expected.txt
diff --git a/LayoutTests/fast/encoding/api/legacy-encode-expected.txt b/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
index 38d4251c75996e33f0a63b3f3ed6723974b3a319..5cbc6817566171665df60b71d75da36ee76c179c 100644
--- a/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
+++ b/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
@@ -75,7 +75,7 @@ PASS new TextDecoder("iso-2022-jp").encoding is "iso-2022-jp"
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.
-FAIL new TextDecoder("euc-kr").encoding should be euc-kr. Was windows-949.
+PASS new TextDecoder("euc-kr").encoding is "euc-kr"
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 | « LayoutTests/fast/encoding/api/encoding-labels-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698