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

Unified Diff: LayoutTests/fast/encoding/api/resources/shared.js

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/resources/shared.js
diff --git a/LayoutTests/fast/encoding/api/resources/shared.js b/LayoutTests/fast/encoding/api/resources/shared.js
index c02f0bad72f99be197d33fcecd51d7e1bd2fa61e..0cf3b3b55e1fa704cc7d888825b80c11d6c4add0 100644
--- a/LayoutTests/fast/encoding/api/resources/shared.js
+++ b/LayoutTests/fast/encoding/api/resources/shared.js
@@ -422,13 +422,6 @@ encodings_table = [
"windows-949"
],
"name": "euc-kr"
- },
- {
- "labels": [
- "csiso2022kr",
- "iso-2022-kr"
- ],
- "name": "iso-2022-kr"
}
],
"heading": "Legacy multi-byte Korean encodings"
@@ -437,8 +430,10 @@ encodings_table = [
"encodings": [
{
"labels": [
+ "csiso2022kr",
"iso-2022-cn",
- "iso-2022-cn-ext"
+ "iso-2022-cn-ext",
+ "iso-2022-kr"
],
"name": "replacement"
},

Powered by Google App Engine
This is Rietveld 408576698