mshtml: Fixed tests on old IEs.

This commit is contained in:
Jacek Caban 2012-05-04 17:24:46 +02:00 committed by Alexandre Julliard
parent c8a28a9671
commit 1767fafa00
1 changed files with 1 additions and 1 deletions

View File

@ -4487,7 +4487,7 @@ static void test_history(IHTMLWindow2 *window)
ok(hres == S_OK, "get_history failed: %08x\n", hres);
ok(history != NULL, "history = NULL\n");
test_disp((IUnknown*)history, &DIID_DispHTMLHistory, "[object]");
test_disp2((IUnknown*)history, &DIID_DispHTMLHistory, &IID_IOmHistory, "[object]");
history2 = NULL;
hres = IHTMLWindow2_get_history(window, &history2);