mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
425 B
HTML
19 lines
425 B
HTML
|
<!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: <20></p>
|
|||
|
<p>a with diaeresis if decoded as Windows-1252: <20></p>
|
|||
|
|
|||
|
<iframe src="file_bug234628-3-child.html"></iframe>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
|