| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. | 2 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques
ts is deprecated. |
| 2 Start | 3 Start |
| 3 Cross-origin XMLHttpRequest (sync), testing that cookies are not set when not se
nding credentials. | 4 Cross-origin XMLHttpRequest (sync), testing that cookies are not set when not se
nding credentials. |
| 4 PASS: Finished sync xhr. | 5 PASS: Finished sync xhr. |
| 5 PASS: No cookies set. | 6 PASS: No cookies set. |
| 6 Cross-origin XMLHttpRequest (async), testing that cookies are not set when not s
ending credentials. | 7 Cross-origin XMLHttpRequest (async), testing that cookies are not set when not s
ending credentials. |
| 7 PASS: Finished async xhr. | 8 PASS: Finished async xhr. |
| 8 PASS: No cookies set. | 9 PASS: No cookies set. |
| 9 Cross-origin XMLHttpRequest (sync), testing that cookies are set when sending cr
edentials. | 10 Cross-origin XMLHttpRequest (sync), testing that cookies are set when sending cr
edentials. |
| 10 PASS: Finished sync xhr. | 11 PASS: Finished sync xhr. |
| 11 PASS: Cookie set. | 12 PASS: Cookie set. |
| 12 DONE | 13 DONE |
| 13 | 14 |
| OLD | NEW |