mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 733730. (Av1) file_bug594730-4.html: s/is_not()/isnot()/. r=jonas.
This commit is contained in:
parent
2cbfbb031f
commit
96cfa44876
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user