mshtml: Added get_body test.
This commit is contained in:
parent
fac2121e6d
commit
d17a1afe8b
|
@ -96,7 +96,10 @@ static void test_doc_elem(IHTMLDocument2 *doc)
|
|||
ok(hres == S_OK, "get_documentElement failed: %08x\n", hres);
|
||||
|
||||
test_node_name((IUnknown*)elem, "HTML");
|
||||
IHTMLElement_Release(elem);
|
||||
|
||||
hres = IHTMLDocument2_get_body(doc, &elem);
|
||||
test_node_name((IUnknown*)elem, "BODY");
|
||||
IHTMLElement_Release(elem);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue