X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fmshtml%2Fhtmldoc.c;h=1ca1878b585d383d186c6e222e889aed0a2f917d;hp=3768ae5a4758015389b60ac5e2b1f23544c2baa0;hb=6a96846321c174c6da717a9af25df0f75463b2f0;hpb=7f94fb8b3df2582638faaa1d4193a7f7ce78c9a9 diff --git a/rostests/winetests/mshtml/htmldoc.c b/rostests/winetests/mshtml/htmldoc.c index 3768ae5a475..1ca1878b585 100644 --- a/rostests/winetests/mshtml/htmldoc.c +++ b/rostests/winetests/mshtml/htmldoc.c @@ -8596,22 +8596,11 @@ START_TEST(htmldoc) test_HTMLDocument(TRUE, TRUE); test_HTMLDocument_StreamLoad(); test_HTMLDocument_StreamInitNew(); - if (winetest_interactive) - test_editing_mode(FALSE, FALSE); - else - skip("Skipping test_editing_mode(FALSE, FALSE). ROSTESTS-113.\n"); + test_editing_mode(FALSE, FALSE); test_editing_mode(TRUE, FALSE); test_editing_mode(TRUE, TRUE); - if (winetest_interactive) - { - 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_HTMLDocument_http(FALSE); + test_HTMLDocument_http(TRUE); test_submit(); test_UIActivate(FALSE, FALSE, FALSE);