mshtml/tests: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
62ede82a72
commit
8d56059742
|
@ -1792,7 +1792,7 @@ static void test_body_style(IHTMLStyle *style)
|
||||||
ok(hres == S_OK, "put_borderStyle failed: %08x\n", hres);
|
ok(hres == S_OK, "put_borderStyle failed: %08x\n", hres);
|
||||||
SysFreeString(sDefault);
|
SysFreeString(sDefault);
|
||||||
|
|
||||||
/* backgoundColor */
|
/* backgroundColor */
|
||||||
hres = IHTMLStyle_get_backgroundColor(style, &v);
|
hres = IHTMLStyle_get_backgroundColor(style, &v);
|
||||||
ok(hres == S_OK, "get_backgroundColor: %08x\n", hres);
|
ok(hres == S_OK, "get_backgroundColor: %08x\n", hres);
|
||||||
ok(V_VT(&v) == VT_BSTR, "type failed: %d\n", V_VT(&v));
|
ok(V_VT(&v) == VT_BSTR, "type failed: %d\n", V_VT(&v));
|
||||||
|
|
Loading…
Reference in New Issue