blob: 5a1dc33372cf89b74a0245192d3aebba79a1e4d4 [file] [log] [blame]
jarred@sencha.com4d8b2732011-12-24 20:29:30 +00001This tests that the XMLHttpRequest withCredentials attribute is modifiable prior to being in the OPENED state.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6xhr.withCredentials = true;
7xhr.open('GET', 'http://mydomain');
8PASS xhr.withCredentials is true
9PASS successfullyParsed is true
10
11TEST COMPLETE
12