summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/floraexpress-ru.html
blob: 8004ef753095fd13039a4e248e137581acdab762 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<input type=hidden name=test value=''><input type=hidden name=test1 value=''><input type=hidden name=test value=''><input type=hidden name=test1 value=''>
<html>
<head>
<title>Floraexpress - заказ и доставка цветов по Миру, международная доставка цветов, заказ и доставка букетов</title>
<title>Заказ цветов и доставка букетов цветов по всему миру - Floraexpress - международная доставка цветов</title>

<meta http-equiv=Content-Type content="text/html; charset=windows-1251">
</head>
<body bgcolor=#F5F5EF text="#313131" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
</head>
<body>

<p>Test a particular example of broken markup that was making us ignore a charset declaration.</p>
<script>
  if (window.layoutTestController)
    layoutTestController.dumpAsText();

  var charset = document.characterSet;
  if (!charset)
    charset = document.charset;
  if (!charset)
    charset = document.inputEncoding;
  document.write("Encoding: " + charset + " (should be windows-1251)");
</script>
</body>
</html>