mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
mshtml/tests: Add a trailing '\n' to an ok() call.
This commit is contained in:
parent
2dfcb94211
commit
305a48949c
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ static void _elem_get_scroll_left(unsigned line, IUnknown *unk)
|
|||
HRESULT hres;
|
||||
|
||||
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);
|
||||
ok(hres == S_OK, "get_scrollTop failed: %08x\n", hres);
|
||||
|
|
Loading…
Reference in a new issue