mshtml/tests: Fix typo.
This commit is contained in:
parent
c6c0c6b52a
commit
d165c05f27
|
@ -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 New Issue