зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
740 B
HTML
17 строки
740 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||
<title>UTF-16 with BOM in parent and no declaration in child</title>
|
||
</head>
|
||
<body>
|
||
<h1>UTF-16 with BOM in parent and no declaration in child</h1>
|
||
|
||
<p>Euro sign if decoded as UTF-16: €</p>
|
||
|
||
<iframe src="file_bug234628-9-child.html"></iframe>
|
||
|
||
</body>
|
||
</html>
|
||
|