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