Commit ef93de16 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Pump messages of all windows in test_download.

We have to pump Gecko windows' messages to correctly support loading documents.
parent 1e2ec943
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment