mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mshtml/tests: Fix text in ok().
This commit is contained in:
parent
c823c9ebae
commit
785863ef8a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue