https://bugs.winehq.org/show_bug.cgi?id=54815
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
--- Comment #1 from François Gouget fgouget@codeweavers.com --- InternetErrorDlg() is actually broken on Windows 10 1507: in the standard hwnd + FLAGS_ERROR_UI_FLAGS_NO_UI case it returns ERROR_NOT_SUPPORTED so we set expected=50 and expected2=0, thus the test succeeds.
But on Windows 10 1607 the standard case returns the expected 1223 but the FLAGS_ERROR_UI_FLAGS_NO_UI on returns 0 which is broken behavior.
Then on Windows 10 1709+ all works as expected. So this is a broken() that will require special casing.