haikuwebkit/LayoutTests/fast/encoding/tag-in-title.html

20 lines
573 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>ôÜÇÉ <b><font color=red>[R]</font></b> × &lt;title&gt;</title>
<link rel="shortcut icon" href=/favicon.ico type=image/x-icon>
<meta http-equiv="Content-Type" content="text/html; charset=KOI8-R">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test checks that WebKit doesn't stop looking for a charset defined in an HTTP-EQUIV meta when it encounters a tag within &lt;title&gt;.</p>
<p>The first letter should look like a Latin "K" here:</p>
<p>
ëÁËÁÑ ÇÁÄÏÓÔØ!
</p>
</body>
</html>