summaryrefslogtreecommitdiffstats
path: root/docshell/test/browser/file_bug234628-3.html
blob: 8caab60402834b4a8c2d0e468964e1eace0905b0 (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 child</title>
</head>
<body>
<h1>meta declaration in parent and 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-3-child.html"></iframe>

</body>
</html>