mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
mshtml: Fixed tests on IE7.
This commit is contained in:
parent
e4aa2a5477
commit
0ea0754771
@ -69,7 +69,7 @@ static void test_HTMLLoadOptions(void)
|
||||
memset(buf, 0xdd, sizeof(buf));
|
||||
hres = IHtmlLoadOptions_QueryOption(loadopts, HTMLLOADOPTION_CODEPAGE, buf, &size);
|
||||
ok(hres == E_FAIL, "QueryOption failed: %08x\n", hres);
|
||||
ok(size == sizeof(data), "size = %d\n", size);
|
||||
ok(size == sizeof(data) || !size, "size = %d\n", size);
|
||||
ok(buf[0] == 0xdd, "buf changed\n");
|
||||
|
||||
data = 100;
|
||||
|
Loading…
Reference in New Issue
Block a user