summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/hanarei-blog32-fc2-com.html
blob: a4682378022106ae5aa9f2c8e60e04cd75b0fb29 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="ja" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>



<HTML>
<HEAD>
<TITLE>無料オンラインゲームに参加しよう♪</TITLE>
</HEAD>

<BODY>
<script type="text/javascript"><!--
var ID="100099131";
var AD=1;
var FRAME=0;
// --></script>
<script src="about:blank" type="text/javascript"></script>
<noscript>
<a href="http://w1.ax.xrea.com/c.f?id=100099131" target="_blank"><img src="about:blank" alt="AX" border="0"></a>
</noscript>



<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
</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 EUC-JP)");
</script>
</body>
</html>