Commit f8679cfa authored by Alexander Morozov's avatar Alexander Morozov Committed by Alexandre Julliard

mshtml/tests: Fix a typo.

parent 2d1bc5b8
......@@ -5879,7 +5879,7 @@ static void test_window(IHTMLDocument2 *doc)
test_disp((IUnknown*)doc2, &DIID_DispHTMLDocument, "[object]");
test_ifaces((IUnknown*)doc, doc_obj_iids);
test_disp((IUnknown*)doc2, &DIID_DispHTMLDocument, "[object]");
test_disp((IUnknown*)doc, &DIID_DispHTMLDocument, "[object]");
unk = (void*)0xdeadbeef;
hres = IHTMLDocument2_QueryInterface(doc2, &IID_ICustomDoc, (void**)&unk);
......
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