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

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

Issue 15901002: Implement Encoding API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline webexposed global constructor tests Created 7 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
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
new file mode 100644
index 0000000000000000000000000000000000000000..e685e4041ebf7469f8d0a3ec8759985d3b74d1c5
--- /dev/null
+++ b/LayoutTests/fast/encoding/api/resources/shared.js
@@ -0,0 +1,11 @@
+utf_encodings = ["utf-8", "utf-16", "utf-16be"];
+
+legacy_encodings = [
+ "ibm864", "ibm866", "iso-8859-2", "iso-8859-3", "iso-8859-4", "iso-8859-5",
+ "iso-8859-6", "iso-8859-7", "iso-8859-8", "iso-8859-10", "iso-8859-13", "iso-8859-14",
+ "iso-8859-15", "iso-8859-16", "koi8-r", "koi8-u", "macintosh", "windows-874",
+ "windows-1250", "windows-1251", "windows-1252", "windows-1253", "windows-1254",
+ "windows-1255", "windows-1256", "windows-1257", "windows-1258", "x-mac-cyrillic",
+ "gbk", "gb18030", "hz-gb-2312", "big5", "euc-jp", "iso-2022-jp", "shift_jis",
+ "euc-kr", "iso-2022-kr"
+];
« 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