summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/tag-in-title.html
blob: ff7ca4e9ff0e9099b6f904ca1caffdbadce5a8ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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.layoutTestController)
       layoutTestController.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>