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