Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / xmlhttprequest-response-type-blob-expected.txt
1 Request a file as the Blob type with asynchronous XMLHttpRequest in a document context.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS req.status is 200
7 PASS req.response.size is 4
8 PASS buffer is "PASS"
9 PASS Set responseType before open(): Successful
10 PASS req.status is 200
11 PASS req.response.size is 4
12 PASS buffer is "PASS"
13 PASS Set responseType before send(): Successful
14 PASS req.status is 200
15 PASS req.response.size is 4
16 PASS buffer is "PASS"
17 PASS Set responseType in HEADERS_RECEIVED: Successful
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21