This test is meant to probe how native urlmon handles http redirect with auto redirect disabled, when the protocol object is created via `CreateBinding`. To my surprise, in this case native urlmon doesn't even call `IBindingCallbackRedirect::Redirect`, it just does not handle http redirection.
OTOH this test crashes wine, see [Bug 55527](https://bugs.winehq.org/show_bug.cgi?id=55527)