haikuwebkit/LayoutTests/fast/loader/charset-parse.html

15 lines
406 B
HTML

<html>
<head>
<meta http-equiv="Content-Type" content=char>
<meta http-equiv="Content-Type" content="chcharset=windows-1255" />
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This tests the parsing of charset in the meta tag. The following should be a Hebrew word:</p>
òáøéú
</body>
</html>