From 1767fafa009d49dbb4bdb6eb58b04699032d8efc Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Fri, 4 May 2012 17:24:46 +0200 Subject: [PATCH] mshtml: Fixed tests on old IEs. --- dlls/mshtml/tests/dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index f095cc2f23b..14d91cc68e2 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -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);