diff options
Diffstat (limited to '')
-rw-r--r-- | parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml | 7 | ||||
-rw-r--r-- | parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml^headers^ | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml b/parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml new file mode 100644 index 0000000000..a1221cafc7 --- /dev/null +++ b/parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml @@ -0,0 +1,7 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<body> +<script> +parent.xml8 = "€"; +</script> +</body> +</html> diff --git a/parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml^headers^ b/parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml^headers^ new file mode 100644 index 0000000000..208b923e8f --- /dev/null +++ b/parser/htmlparser/tests/mochitest/file_bug716579-8.xhtml^headers^ @@ -0,0 +1 @@ +Content-Type: application/xhtml+xml; charset=windows-874 |