blob: 5a1dc33372cf89b74a0245192d3aebba79a1e4d4 [file] [log] [blame]
This tests that the XMLHttpRequest withCredentials attribute is modifiable prior to being in the OPENED state.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
xhr.withCredentials = true;
xhr.open('GET', 'http://mydomain');
PASS xhr.withCredentials is true
PASS successfullyParsed is true
TEST COMPLETE