diff options
Diffstat (limited to 'system/docshell/test/browser/file_bug234628-8-child.html')
-rw-r--r-- | system/docshell/test/browser/file_bug234628-8-child.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/docshell/test/browser/file_bug234628-8-child.html b/system/docshell/test/browser/file_bug234628-8-child.html new file mode 100644 index 000000000..254e0fb2b --- /dev/null +++ b/system/docshell/test/browser/file_bug234628-8-child.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta content="width=device-width, initial-scale=1" name="viewport"> +<title>meta declaration in parent and no declaration in child</title> +</head> +<body> +<p>Capital dje if decoded as Windows-1251: €</p> + +</body> +</html> + |