Commit d165c05f authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

mshtml/tests: Fix typo.

parent c6c0c6b5
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment