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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-fatal-single-byte.html

Issue 2447513002: Update ICU to 58.1 (Closed)
Patch Set: fix a typo in html comment Created 4 years, 1 month 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
Index: third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-fatal-single-byte.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-fatal-single-byte.html b/third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-fatal-single-byte.html
index 74bad255daf9501d69552edcbbcaea676fd83fe8..d9bf412826fdbbf4ebb74837b6a8888dd0c3ad1b 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-fatal-single-byte.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/encoding/textdecoder-fatal-single-byte.html
@@ -28,7 +28,7 @@ var singleByteEncodings = [
{encoding: 'windows-1252', bad: []},
{encoding: 'windows-1253', bad: [0xAA, 0xD2, 0xFF]},
{encoding: 'windows-1254', bad: []},
- {encoding: 'windows-1255', bad: [0xCA, 0xD9, 0xDA, 0xDB, 0xDC, 0xDD, 0xDE, 0xDF, 0xFB, 0xFC, 0xFF]},
+ {encoding: 'windows-1255', bad: [0xD9, 0xDA, 0xDB, 0xDC, 0xDD, 0xDE, 0xDF, 0xFB, 0xFC, 0xFF]},
{encoding: 'windows-1256', bad: []},
{encoding: 'windows-1257', bad: [0xA1, 0xA5]},
{encoding: 'windows-1258', bad: []},

Powered by Google App Engine
This is Rietveld 408576698