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

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: 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/fast/encoding/charset-replacement.html
diff --git a/LayoutTests/fast/encoding/charset-replacement.html b/LayoutTests/fast/encoding/charset-replacement.html
index 19240616c590c72c5db5589536cd304757ea7381..1e046fd4dc60a23cb09533be1c922184e4f744ad 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>
« no previous file with comments | « LayoutTests/fast/encoding/charset-invalid-expected.txt ('k') | LayoutTests/fast/encoding/charset-replacement-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698