blob: 1f7153ceaa5543301c3fb6c915b5c6c706c96298 [file] [log] [blame]
<html>
<head>
<title>
<meta charset=windows-1255>
</title>
<meta charset=KOI8-R>
</head>
<body>
<pre id="log"></pre>
<script>
function log(message)
{
document.getElementById("log").innerText += message + "\n";
}
if (window.testRunner)
testRunner.dumpAsText();
if (document.inputEncoding == "KOI8-R")
log("PASS: " + document.inputEncoding);
else
log("FAIL: " + document.inputEncoding);
</script>
<p>
This test verifies that charset sniffer ignores meta tag in a title.
</body>
</html>