| OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest is deprecated. Please use the async
version. |
| 1 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. |
| 2 | 3 |
| 3 Sync, no credentials: OK | 4 Sync, no credentials: OK |
| 4 Sync, incorrect credentials: OK | 5 Sync, incorrect credentials: OK |
| 5 Async, no credentials: OK | 6 Async, no credentials: OK |
| 6 Async, incorrect credentials: OK | 7 Async, incorrect credentials: OK |
| OLD | NEW |