mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
16 lines
357 B
HTML
16 lines
357 B
HTML
<!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>Hiragana letter a if decoded as EUC-JP: ¤¢</p>
|
|
|
|
<iframe src="file_bug1543077-4-child.html"></iframe>
|
|
|
|
</body>
|
|
</html>
|
|
|