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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 utf_encodings = ["utf-8", "utf-16", "utf-16be"];
2
3 legacy_encodings = [
4 "ibm864", "ibm866", "iso-8859-2", "iso-8859-3", "iso-8859-4", "iso-8859-5",
5 "iso-8859-6", "iso-8859-7", "iso-8859-8", "iso-8859-10", "iso-8859-13", "iso -8859-14",
6 "iso-8859-15", "iso-8859-16", "koi8-r", "koi8-u", "macintosh", "windows-874" ,
7 "windows-1250", "windows-1251", "windows-1252", "windows-1253", "windows-125 4",
8 "windows-1255", "windows-1256", "windows-1257", "windows-1258", "x-mac-cyril lic",
9 "gbk", "gb18030", "hz-gb-2312", "big5", "euc-jp", "iso-2022-jp", "shift_jis" ,
10 "euc-kr", "iso-2022-kr"
11 ];
OLDNEW
« 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