Bug 733730. (Av1) file_bug594730-4.html: s/is_not()/isnot()/. r=jonas.

This commit is contained in:
Serge Gautherie 2012-03-08 13:32:09 +01:00
parent 6e643a2491
commit 70f460e6fc

View File

@ -1,3 +1,3 @@
<!DOCTYPE html>
<meta content="text/html; charset=Windows-1250">
<script>parent.is_not("ø", "\u0159", "Decoded bytes should not have matched the Unicode escape.");</script>
<script>parent.isnot("ø", "\u0159", "Decoded bytes should not have matched the Unicode escape.");</script>