Jactry Zeng : mshtml/tests: Fix typo.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Oct 13 11:18:10 CDT 2014


Module: wine
Branch: master
Commit: d165c05f27dc8988fc906f25fe3c553a4007feb3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d165c05f27dc8988fc906f25fe3c553a4007feb3

Author: Jactry Zeng <jzeng at codeweavers.com>
Date:   Sat Oct 11 11:56:29 2014 +0800

mshtml/tests: Fix typo.

---

 dlls/mshtml/tests/nav_test.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/tests/nav_test.html b/dlls/mshtml/tests/nav_test.html
index bc629a4..536b238 100644
--- a/dlls/mshtml/tests/nav_test.html
+++ b/dlls/mshtml/tests/nav_test.html
@@ -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();




More information about the wine-cvs mailing list