summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_bug234628-4.html
blob: 0137579010a51b9976136c396d018dd00d1d976b (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>meta declaration in parent and BOM in child</title>
</head>
<body>
<h1>meta declaration in parent and BOM in child</h1>

<p>Euro sign if decoded as Windows-1252: �</p>
<p>a with diaeresis if decoded as Windows-1252: �</p>

<iframe src="file_bug234628-4-child.html"></iframe>

</body>
</html>