diff options
Diffstat (limited to 'parser/htmlparser/tests/mochitest/file_bug594730-4.html')
-rw-r--r-- | parser/htmlparser/tests/mochitest/file_bug594730-4.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/parser/htmlparser/tests/mochitest/file_bug594730-4.html b/parser/htmlparser/tests/mochitest/file_bug594730-4.html new file mode 100644 index 0000000000..bdce353a59 --- /dev/null +++ b/parser/htmlparser/tests/mochitest/file_bug594730-4.html @@ -0,0 +1,3 @@ +<!DOCTYPE html> +<meta content="text/html; charset=Windows-1250"> +<script>parent.isnot("ø", "\u0159", "Decoded bytes should not have matched the Unicode escape.");</script> |