blob: b44e91801cbfe18f46f25e3b1c9882b417be7aac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="windows-1251">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>meta declaration in parent and no declaration in child</title>
</head>
<body>
<h1>meta declaration in parent and no declaration in child</h1>
<p>Capital dje if decoded as Windows-1251: €</p>
<iframe src="file_bug234628-8-child.html"></iframe>
</body>
</html>
|