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