| OLD | NEW |
| 1 Test for sending FormData with sliced files via XMLHttpRequest. | 1 Test for sending FormData with sliced files via XMLHttpRequest. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Sending FormData containing one sliced file with empty name: | 6 Sending FormData containing one sliced file with empty name: |
| 7 | 7 |
| 8 Sending FormData containing one sliced file: | 8 Sending FormData containing one sliced file: |
| 9 file=Blob::23456 | 9 file=Blob:application/octet-stream:23456 |
| 10 Sending FormData containing one string and one sliced file: | 10 Sending FormData containing one string and one sliced file: |
| 11 string1=foo&file1=Blob::23456 | 11 string1=foo&file1=Blob:application/octet-stream:23456 |
| 12 Sending FormData containing two strings and two sliced files: | 12 Sending FormData containing two strings and two sliced files: |
| 13 string1=foo&string2=bar&file1=Blob::23456&file2=Blob::45 | 13 string1=foo&string2=bar&file1=Blob:application/octet-stream:23456&file2=Blob:app
lication/octet-stream:45 |
| 14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 15 | 15 |
| 16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 | 17 |
| OLD | NEW |