blob: c3b573cbb7979ccd332f8078c85e3e601178375e [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<p>Test default XHTML encoding (in the absence of an XML declaration).</p>
<p id="result" />
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.getElementById("result").innerHTML = "Charset: " +
(document.charset ? document.charset : document.characterSet) + " (should be UTF-8)";
</script>
</body>
</html>