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

Side by Side Diff: LayoutTests/fast/encoding/api/resources/encodings.js

Issue 1196733003: Remove duplicate Encoding API tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
1 // This file is based on non-normative encodings.json resource referenced by 1 // This file is based on non-normative encodings.json resource referenced by
2 // http://encoding.spec.whatwg.org/ - a reference copy is saved in this 2 // http://encoding.spec.whatwg.org/ - a reference copy is saved in this
3 // directory and can be updated via: 3 // directory and can be updated via:
4 // wget https://encoding.spec.whatwg.org/encodings.json 4 // wget https://encoding.spec.whatwg.org/encodings.json
5 // 5 //
6 // Changes made to this file are: 6 // Changes made to this file are:
7 // * UTF encodings listed in `utf_encodings` (for tests) 7 // * UTF encodings listed in `utf_encodings` (for tests)
8 // * encodings.json data assigned to `encodings_table` (for tests) 8 // * encodings.json data assigned to `encodings_table` (for tests)
9 9
10 // Only these encodings are supported for encoding (vs. decoding) 10 // Only these encodings are supported for encoding (vs. decoding)
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 { 456 {
457 "labels": [ 457 "labels": [
458 "x-user-defined" 458 "x-user-defined"
459 ], 459 ],
460 "name": "x-user-defined" 460 "name": "x-user-defined"
461 } 461 }
462 ], 462 ],
463 "heading": "Legacy miscellaneous encodings" 463 "heading": "Legacy miscellaneous encodings"
464 } 464 }
465 ]; 465 ];
OLDNEW
« no previous file with comments | « LayoutTests/fast/encoding/api/replacement-encoding.html ('k') | LayoutTests/fast/encoding/api/resources/shared.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698