mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:03:01 +00:00
[MSHTML_WINETEST]
- Re-enable skipped htmldoc tests. ROSTESTS-113 #resolve svn path=/trunk/; revision=72961
This commit is contained in:
parent
7f94fb8b3d
commit
6a96846321
1 changed files with 3 additions and 14 deletions
|
@ -8596,22 +8596,11 @@ START_TEST(htmldoc)
|
||||||
test_HTMLDocument(TRUE, TRUE);
|
test_HTMLDocument(TRUE, TRUE);
|
||||||
test_HTMLDocument_StreamLoad();
|
test_HTMLDocument_StreamLoad();
|
||||||
test_HTMLDocument_StreamInitNew();
|
test_HTMLDocument_StreamInitNew();
|
||||||
if (winetest_interactive)
|
test_editing_mode(FALSE, FALSE);
|
||||||
test_editing_mode(FALSE, FALSE);
|
|
||||||
else
|
|
||||||
skip("Skipping test_editing_mode(FALSE, FALSE). ROSTESTS-113.\n");
|
|
||||||
test_editing_mode(TRUE, FALSE);
|
test_editing_mode(TRUE, FALSE);
|
||||||
test_editing_mode(TRUE, TRUE);
|
test_editing_mode(TRUE, TRUE);
|
||||||
if (winetest_interactive)
|
test_HTMLDocument_http(FALSE);
|
||||||
{
|
test_HTMLDocument_http(TRUE);
|
||||||
test_HTMLDocument_http(FALSE);
|
|
||||||
test_HTMLDocument_http(TRUE);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
skip("Skipping test_HTMLDocument_http(FALSE). ROSTESTS-113.\n");
|
|
||||||
skip("Skipping test_HTMLDocument_http(TRUE). ROSTESTS-113.\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
test_submit();
|
test_submit();
|
||||||
test_UIActivate(FALSE, FALSE, FALSE);
|
test_UIActivate(FALSE, FALSE, FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue