1
0
Fork 0
firefox/docshell/test/browser/file_bug234628-9.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
740 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>