blob: 14cce67008d9d0c60393d6486d0646a6dc71eeae [file] [log] [blame]
Start
Cross-origin XMLHttpRequest (sync), testing that cookies are not set when not sending credentials.
PASS: Finished sync xhr.
PASS: No cookies set.
Cross-origin XMLHttpRequest (async), testing that cookies are not set when not sending credentials.
PASS: Finished async xhr.
PASS: No cookies set.
Cross-origin XMLHttpRequest (sync), testing that cookies are set when sending credentials.
PASS: Finished sync xhr.
PASS: Cookie set.
DONE