https://bugs.winehq.org/show_bug.cgi?id=39433
Bug ID: 39433 Summary: mshtml:xmlhttprequest fails on IE 7 Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
The following mshtml:xmlhttprequest failure happens 24 times on fg-winxp-2spie7 (XP SP2+IE7) and fg-winxp-3sp (XP SP3):
xmlhttprequest.c:242: Test failed: unexpected guid {3051040a-98b5-11cf-bb82-00aa00bdce0b}
The common point is that both have Internet Explorer 7. fg-winxp-1sp (XP SP1) and older have IE 6 which lacks IHTMLWindow5 so the test is skipped. fg-winxp-3spie8 (XP SP3+IE8) have IE 8 and the test succeeds.
So the test needs to account for Internet Explorer 7.