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

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

Issue 403793003: Encoding API: Enable test of ibm866 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/ascii-supersets-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1e7ac9123f597515a022903b778effe500ab9127..f912f9fe2b0077b668dc2ba811d6180c78d30789 100644
--- a/LayoutTests/fast/encoding/api/resources/shared.js
+++ b/LayoutTests/fast/encoding/api/resources/shared.js
@@ -7,7 +7,6 @@
// * whitespace
// * encodings.json data assigned to `encodings_table` (for tests)
// * UTF encodings listed in `utf_encodings` (for tests)
-// * 'ibm866' not yet supported - crbug.com/277023
// * 'gb18030' distinct from 'gbk' - crbug.com/339862
// * 'big5-hkscs' distinct from 'big5' - crbug.com/277040
// * 'hz-gb-2312' is replacement label - w3.org/Bugs/Public/show_bug.cgi?id=25339
@@ -31,7 +30,6 @@ var encodings_table = [
},
{
"encodings": [
- /* FIXME: Support ibm866 (crbug.com/277023)
{
"labels": [
"866",
@@ -41,7 +39,6 @@ var encodings_table = [
],
"name": "ibm866"
},
- */
{
"labels": [
"csisolatin2",
« no previous file with comments | « LayoutTests/fast/encoding/api/ascii-supersets-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698