1 This tests that the XMLHttpRequest withCredentials attribute is modifiable prior to being in the OPENED state.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 xhr.withCredentials = true;
7 xhr.open('GET', 'http://mydomain');
8 PASS xhr.withCredentials is true
9 PASS successfullyParsed is true