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

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

Issue 145973021: Implement "replacement" text encoding. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Replacement codec should emit U+FFFD Created 6 years, 9 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/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 633a7fd2b3c336680d66bc37e3c2751aa152dfef..f84778af29ffb063ec2a9280f1dc6d8d18205116 100644
--- a/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
+++ b/LayoutTests/fast/encoding/api/legacy-encode-expected.txt
@@ -77,8 +77,6 @@ PASS new TextDecoder("shift_jis").encoding is "shift_jis"
PASS new TextEncoder("shift_jis").encoding threw exception TypeError: Failed to construct 'TextEncoder': The encoding provided ('shift_jis') is not one of 'utf-8', 'utf-16', or 'utf-16be'..
PASS new TextDecoder("euc-kr").encoding is "euc-kr"
PASS new TextEncoder("euc-kr").encoding threw exception TypeError: Failed to construct 'TextEncoder': The encoding provided ('euc-kr') is not one of 'utf-8', 'utf-16', or 'utf-16be'..
-PASS new TextDecoder("iso-2022-kr").encoding is "iso-2022-kr"
-PASS new TextEncoder("iso-2022-kr").encoding threw exception TypeError: Failed to construct 'TextEncoder': The encoding provided ('iso-2022-kr') is not one of 'utf-8', 'utf-16', or 'utf-16be'..
PASS new TextDecoder("utf-16be").encoding is "utf-16be"
PASS new TextEncoder("utf-16be").encoding is "utf-16be"
PASS new TextDecoder("utf-16le").encoding is "utf-16le"

Powered by Google App Engine
This is Rietveld 408576698