зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
409 B
HTML
18 строки
409 B
HTML
<!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>
|
|
|