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

Unified Diff: LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt

Issue 655083002: Update the tests (ISO-8859-1 => windows-1252) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: two more rep. of iso-8859-1 with windows-1252 Created 6 years, 2 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: LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt
diff --git a/LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt b/LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt
index db5ec13c79ae4e9d4652213c107eb1971f5dc17d..78e67c92e1dcc7f4cd0de6d2c7bfce23fa527205 100644
--- a/LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt
+++ b/LayoutTests/http/tests/encoding/meta-switch-mid-parse-expected.txt
@@ -1,3 +1,3 @@
-ALERT: ISO-8859-1
+ALERT: windows-1252
ALERT: windows-1255
This test demonstrates that we don't buffer HTML documents looking for a meta charset directive. Instead, we follow the HTML5 specification and switch encoding mid-parse. The iframe below should alert two different encodings.

Powered by Google App Engine
This is Rietveld 408576698