mshtml/tests: Fix typo.

This commit is contained in:
Jactry Zeng 2014-10-11 11:56:29 +08:00 committed by Alexandre Julliard
parent c6c0c6b52a
commit d165c05f27

View file

@ -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();