Mypal/docshell/test/browser/file_bug234628-1.html

18 lines
407 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>No encoding declaration in parent or child</title>
</head>
<body>
<h1>No encoding declaration in parent or child</h1>
<p>Euro sign if decoded as Windows-1252: <20></p>
<p>a with diaeresis if decoded as Windows-1252: <20></p>
<iframe src="file_bug234628-1-child.html"></iframe>
</body>
</html>