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

Unified Diff: LayoutTests/fast/encoding/charset-replacement.html

Issue 655083002: Update the tests (ISO-8859-1 => windows-1252) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/fast/encoding/charset-replacement.html
diff --git a/LayoutTests/fast/encoding/charset-replacement.html b/LayoutTests/fast/encoding/charset-replacement.html
index 19240616c590c72c5db5589536cd304757ea7381..483782f7c4e0c5d0f576febb551c66fe10d967e4 100644
--- a/LayoutTests/fast/encoding/charset-replacement.html
+++ b/LayoutTests/fast/encoding/charset-replacement.html
@@ -5,6 +5,6 @@
if (window.testRunner)
testRunner.dumpAsText();
document.write("<p>Should be your browser default encoding: " + document.characterSet + "</p>");
-document.write("<p>If it's latin-1 (ISO-8859-1), this should be accented e: é</p>");
+document.write("<p>If it's latin-1 (ISO-8859-1, windows-1252), this should be accented e: é</p>");
document.write("<p>If you got a render tree with U+FFFD instead, this failed</p>");
</script>

Powered by Google App Engine
This is Rietveld 408576698