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> |