| 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) { | 
|  |