Searched refs:loading_cnt (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | xmlhttprequest.c | 67 static int loading_cnt = 0; variable 250 loading_cnt++; in xmlhttprequest_onreadystatechange() 567 loading_cnt = 0; in test_sync_xhr() 574 ok(loading_cnt == 1, "loading_cnt = %d\n", loading_cnt); in test_sync_xhr() 727 loading_cnt = 0; in test_async_xhr() 739 ok(loading_cnt == 1, "loading_cnt = %d\n", loading_cnt); in test_async_xhr() 741 todo_wine ok(loading_cnt == 1, "loading_cnt = %d\n", loading_cnt); in test_async_xhr() 840 loading_cnt = 0; in test_async_xhr_abort() 860 ok(loading_cnt == 0, "loading_cnt = %d, expect 0, loading_cnt\n", loading_cnt); in test_async_xhr_abort()
|