summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/mispositioned-meta.html
blob: 4eb08596344ecc8ada3e5a66b552736595688367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
 <head>
  <title>Гоблин, Goblin, сайт Гоблина</title>
  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
  <script>
    if (window.layoutTestController)
        layoutTestController.dumpAsText();
  </script>
 </head>
 <meta http-equiv="Content-Type" content="text/html; charset=KOI8-R">
 <body>
  <p>This test checks if WebKit can find a charset defined in an HTTP-EQUIV meta after the HEAD.</p>
  <p>The first letter should look like a Latin "C" here:</p>
  <p>
  Сайт Гоблина - Тупичок ст.о/у Гоблина (Goblin). Фильмы Гоблина. полный Пэ. Божья Искра.
  </p>
 </body>
</html>
<!--
     See https://bugs.webkit.org/show_bug.cgi?id=3590
     and https://bugzilla.mozilla.org/show_bug.cgi?id=98700 
 -->