Index: htmldoc.c =================================================================== --- modules/rostests/winetests/mshtml/htmldoc.c (revision 72853) +++ modules/rostests/winetests/mshtml/htmldoc.c (working copy) @@ -8602,16 +8602,8 @@ skip("Skipping test_editing_mode(FALSE, FALSE). ROSTESTS-113.\n"); 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);