Index: htmldoc.c =================================================================== --- modules/rostests/winetests/mshtml/htmldoc.c (revision 72853) +++ modules/rostests/winetests/mshtml/htmldoc.c (working copy) @@ -8596,10 +8596,7 @@ 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)