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

Unified Diff: LayoutTests/fast/encoding/api/ascii-supersets.html

Issue 269593009: Encoding API: Update tests and simplify constructors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/ascii-supersets-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/encoding/api/ascii-supersets.html
diff --git a/LayoutTests/fast/encoding/api/ascii-supersets.html b/LayoutTests/fast/encoding/api/ascii-supersets.html
index 3ecd813c82d06e356c73d5661fb198182dfeeea3..fe7a1ab04e95bc9258de8a346aa9406d5dbe966b 100644
--- a/LayoutTests/fast/encoding/api/ascii-supersets.html
+++ b/LayoutTests/fast/encoding/api/ascii-supersets.html
@@ -7,9 +7,7 @@
// Encodings that have escape codes in 0x00-0x7F
var escape_codes = {
- 'hz-gb-2312': [ 0x7E ],
- 'iso-2022-jp': [ 0x1B ],
- 'iso-2022-kr': [ 0x0E, 0x0F, 0x1B ]
+ 'iso-2022-jp': [ 0x1B ]
};
encodings_table.forEach(function(section) {
« no previous file with comments | « no previous file | LayoutTests/fast/encoding/api/ascii-supersets-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698