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