summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_bug1648464-1.html
blob: 2051cf61ed6695b250aa7e9be292097ea9ed470d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=windows-1252>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>windows-1252 in parent and child, actually EUC-JP</title>
</head>
<body>
<h1>windows-1252 in parent and child, actually EUC-JP</h1>

<p>Hiragana letter a if decoded as EUC-JP: ��</p>
<p>�����ʸ���¸��Ǥ���</p>

<iframe src="file_bug1648464-1-child.html"></iframe>

</body>
</html>