mshtml/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
2dfcb94211
commit
305a48949c
|
@ -1063,7 +1063,7 @@ static void _elem_get_scroll_left(unsigned line, IUnknown *unk)
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
|
|
||||||
hres = IHTMLElement2_get_scrollLeft(elem, NULL);
|
hres = IHTMLElement2_get_scrollLeft(elem, NULL);
|
||||||
ok(hres == E_INVALIDARG, "expect E_INVALIDARG got 0x%08x", hres);
|
ok(hres == E_INVALIDARG, "expect E_INVALIDARG got 0x%08x\n", hres);
|
||||||
|
|
||||||
hres = IHTMLElement2_get_scrollLeft(elem, &l);
|
hres = IHTMLElement2_get_scrollLeft(elem, &l);
|
||||||
ok(hres == S_OK, "get_scrollTop failed: %08x\n", hres);
|
ok(hres == S_OK, "get_scrollTop failed: %08x\n", hres);
|
||||||
|
|
Loading…
Reference in New Issue