Index: LayoutTests/fast/encoding/charset-invalid.html |
diff --git a/LayoutTests/fast/encoding/charset-invalid.html b/LayoutTests/fast/encoding/charset-invalid.html |
index 9af2e3f5f5f8daf87534e97b0e1191e78cbba6eb..a4d9b5eb19d9f5a9809c6e06d60b77f603ec19cc 100644 |
--- a/LayoutTests/fast/encoding/charset-invalid.html |
+++ b/LayoutTests/fast/encoding/charset-invalid.html |
@@ -8,7 +8,7 @@ |
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>"); |
</script> |
</body> |