OLD | NEW |
(Empty) | |
| 1 Test partial data is readable from Stream returned by XMLHttpRequest. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS xhr.response is null |
| 7 PASS xhr.status is 200 |
| 8 PASS onloadstart invoked on reader |
| 9 PASS reader.result is non-null. |
| 10 PASS reader.readyState is reader.LOADING |
| 11 PASS reader.error is null |
| 12 PASS result[0] is 'Hello'.charCodeAt(0) |
| 13 PASS result[1] is 'Hello'.charCodeAt(1) |
| 14 PASS result[2] is 'Hello'.charCodeAt(2) |
| 15 PASS result[3] is 'Hello'.charCodeAt(3) |
| 16 PASS result[4] is 'Hello'.charCodeAt(4) |
| 17 PASS successfullyParsed is true |
| 18 |
| 19 TEST COMPLETE |
| 20 |
OLD | NEW |