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