Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / response-text-expected.txt
blobf3dcab112c523e0f18700a485667405414cde471
1 Request a file as the Text type with asynchronous XMLHttpRequest in a document context.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS req.status is 200
7 PASS req.response is "PASS"
8 PASS req.status is 200
9 PASS req.response is "PASS"
10 PASS req.status is 200
11 PASS req.response is "PASS"
12 PASS successfullyParsed is true
14 TEST COMPLETE