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

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

Issue 240283013: Convert Encoding API tests to W3C testharness.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move UTF-16 surrogate tests to separate file Created 6 years, 8 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..e5874ca8f0d94d441d011dc38917f83d4f5ccf2f 100644
--- a/LayoutTests/fast/encoding/api/resources/shared.js
+++ b/LayoutTests/fast/encoding/api/resources/shared.js
@@ -18,6 +18,7 @@ encodings_table = [
},
{
"encodings": [
+ /* FIXME: Support ibm866 (crbug.com/277023)
{
"labels": [
"866",
@@ -27,6 +28,7 @@ encodings_table = [
],
"name": "ibm866"
},
+ */
{
"labels": [
"csisolatin2",
« no previous file with comments | « LayoutTests/fast/encoding/api/legacy-encode-expected.txt ('k') | LayoutTests/fast/encoding/api/streaming-decode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698