diff options
Diffstat (limited to 'system/docshell/test/browser/file_bug234628-5.html')
-rw-r--r-- | system/docshell/test/browser/file_bug234628-5.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/system/docshell/test/browser/file_bug234628-5.html b/system/docshell/test/browser/file_bug234628-5.html new file mode 100644 index 000000000..987e6420b --- /dev/null +++ b/system/docshell/test/browser/file_bug234628-5.html @@ -0,0 +1,18 @@ +<!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 UTF-16 BOM in child</title> +</head> +<body> +<h1>meta declaration in parent and UTF-16 BOM in child</h1> + +<p>Euro sign if decoded as Windows-1252: €</p> +<p>a with diaeresis if decoded as Windows-1252: ä</p> + +<iframe src="file_bug234628-5-child.html"></iframe> + +</body> +</html> + |