blob: a4d9b5eb19d9f5a9809c6e06d60b77f603ec19cc [file] [log] [blame]
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=invalid-encoding">
<title>Invalid encoding</title>
</head>
<body>
<script>
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, windows-1252), this should be accented e: é</p>");
</script>
</body>
</html>