mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mshtml/tests: Fix typo.
This commit is contained in:
parent
c6c0c6b52a
commit
d165c05f27
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function window_navigate_test() {
|
|||
var iframe = document.getElementById("testframe");
|
||||
|
||||
iframe.onload = function() {
|
||||
iframe.onlod = null;
|
||||
iframe.onload = null;
|
||||
var href = iframe.contentWindow.location.href;
|
||||
ok(href === "about:blank", "Unexpected href " + href);
|
||||
next_test();
|
||||
|
|
Loading…
Reference in a new issue