mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
mshtml/tests: Fix text in ok().
This commit is contained in:
parent
c823c9ebae
commit
785863ef8a
@ -4142,8 +4142,8 @@ static void test_elems(IHTMLDocument2 *doc)
|
||||
|
||||
str = a2bstr("img");
|
||||
hres = IHTMLDocument3_getElementsByTagName(doc3, str, &col);
|
||||
ok(hres == S_OK, "getElementsByTagName(%s) failed: %08x\n", dbgstr_w(str), hres);
|
||||
SysFreeString(str);
|
||||
ok(hres == S_OK, "getElementByTag(%s) failed: %08x\n", dbgstr_w(ifrW), hres);
|
||||
if(hres == S_OK)
|
||||
{
|
||||
static const elem_type_t img_types[] = { ET_IMG };
|
||||
|
Loading…
Reference in New Issue
Block a user