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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/encoding/resources/encodings.js

Issue 1990653002: Move the encoding directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 // Based on https://dom.spec.whatwg.org/#dom-document-characterset 1 // Based on https://dom.spec.whatwg.org/#dom-document-characterset
2 2
3 var compatibility_names = { 3 var compatibility_names = {
4 "utf-8": "UTF-8", 4 "utf-8": "UTF-8",
5 "ibm866": "IBM866", 5 "ibm866": "IBM866",
6 "iso-8859-2": "ISO-8859-2", 6 "iso-8859-2": "ISO-8859-2",
7 "iso-8859-3": "ISO-8859-3", 7 "iso-8859-3": "ISO-8859-3",
8 "iso-8859-4": "ISO-8859-4", 8 "iso-8859-4": "ISO-8859-4",
9 "iso-8859-5": "ISO-8859-5", 9 "iso-8859-5": "ISO-8859-5",
10 "iso-8859-6": "ISO-8859-6", 10 "iso-8859-6": "ISO-8859-6",
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "labels": [ 481 "labels": [
482 "x-user-defined" 482 "x-user-defined"
483 ], 483 ],
484 "name": "x-user-defined" 484 "name": "x-user-defined"
485 } 485 }
486 ], 486 ],
487 "heading": "Legacy miscellaneous encodings" 487 "heading": "Legacy miscellaneous encodings"
488 } 488 }
489 ] 489 ]
490 ; 490 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698