mshtml: Pump messages of all windows in test_download.
We have to pump Gecko windows' messages to correctly support loading documents.
This commit is contained in:
parent
1e2ec94325
commit
ef93de1671
|
@ -2291,7 +2291,7 @@ static void test_download(BOOL verb_done, BOOL css_dwl)
|
|||
SET_EXPECT(Exec_HTTPEQUIV_DONE);
|
||||
expect_status_text = (LPWSTR)0xdeadbeef; /* TODO */
|
||||
|
||||
while(!called_Exec_HTTPEQUIV_DONE && GetMessage(&msg, hwnd, 0, 0)) {
|
||||
while(!called_Exec_HTTPEQUIV_DONE && GetMessage(&msg, NULL, 0, 0)) {
|
||||
TranslateMessage(&msg);
|
||||
DispatchMessage(&msg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue