summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_bug234628-5.html
blob: 987e6420beed20957816c51f54aa046e940e1de5 (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 UTF-16 BOM in child</title>
</head>
<body>
<h1>meta declaration in parent and UTF-16 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-5-child.html"></iframe>

</body>
</html>