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

Unified Diff: third_party/WebKit/LayoutTests/fast/encoding/char-decoding-invalid-trail.html

Issue 1721373002: UTF-8 detector for pages missing encoding info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/LayoutTests/fast/encoding/char-decoding-invalid-trail.html
diff --git a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-invalid-trail.html b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-invalid-trail.html
index 919fbf78ca0753089a3670e27463920932371b88..f20ccdbafce77830aa47bbad45285da268f73383 100644
--- a/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-invalid-trail.html
+++ b/third_party/WebKit/LayoutTests/fast/encoding/char-decoding-invalid-trail.html
@@ -19,7 +19,6 @@ testDecode('EUC-KR', '%C4%5C', 'U+FFFD/U+005C');
testDecode('EUC-KR', '%C4%7B', 'U+FFFD/U+007B');
testDecode('EUC-KR', '%C6%53', 'U+FFFD/U+0053');
testDecode('EUC-KR', '%C7%41', 'U+FFFD/U+0041');
-testDecode('EUC-KR', '%C7%81', 'U+FFFD');
Jinsuk Kim 2016/03/07 07:36:37 Remove this test since %C7%81 happens to be a vali
jungshik at Google 2016/03/24 06:15:08 Wait. This test should NOT be affected by this CL
Jinsuk Kim 2016/03/25 02:15:42 You're right - there was a bug in XMLHtttpRequest
testDecode('EUC-KR', '%FE%A1', 'U+FFFD');
// TODO(jshin): Add more tests for EUC-JP.

Powered by Google App Engine
This is Rietveld 408576698