summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_bug1543077-1.html
blob: 4d37ec18fc4a653371f02db98d4d39f1df0537d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>No encoding declaration in parent or child</title>
</head>
<body>
<h1>No encoding declaration in parent or child</h1>

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

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

</body>
</html>