OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 30: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
2 Test for bug 13075: XMLHttpRequest with failed authentication should set status
to 401. | 2 Test for bug 13075: XMLHttpRequest with failed authentication should set status
to 401. |
3 | 3 |
4 Sync, no credentials: OK | 4 Sync, no credentials: OK |
5 Sync, incorrect credentials: OK | 5 Sync, incorrect credentials: OK |
6 Async, no credentials: OK | 6 Async, no credentials: OK |
7 Async, incorrect credentials: OK | 7 Async, incorrect credentials: OK |
OLD | NEW |