Jacek Caban (@jacek) commented about dlls/ieframe/tests/ie.c:
ok(!strcmp(buf, "IEFrame"), "Unexpected class name %s\n", buf);
}
-static void test_navigate(IWebBrowser2 *wb, const WCHAR *url) +static void CALLBACK navigate_timeout(HWND hwnd, UINT msg, UINT_PTR timer, DWORD time) +{
- win_skip("Navigation timed out, skipping tests...\n");
This timeout is weird, do you know why do we hit it? Would using something like test.winehq.org:1234 instead of localhost avoid the problem?