Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xmlhttprequest / xmlhttprequest-withcredentials-before-open-expected.txt
blob5a1dc33372cf89b74a0245192d3aebba79a1e4d4
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
11 TEST COMPLETE