| OLD | NEW |
| 1 Test for slicing a dragged file and sending it via XMLHttpRequest. | 1 Test for slicing a dragged file and sending it 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 Test slicing and sending an empty file. | 6 Test slicing and sending an empty file. |
| 7 PASS event.dataTransfer contains a File object on drop. | 7 PASS event.dataTransfer contains a File object on drop. |
| 8 PASS subfile.size is 0 | 8 PASS subfile.size is 0 |
| 9 PASS subfile.type is "" | 9 PASS subfile.type is "" |
| 10 PASS Expected response data received: OK | 10 PASS Expected response data received: OK |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 PASS Expected response data received: OK | 32 PASS Expected response data received: OK |
| 33 PASS event.dataTransfer contains a File object on drop. | 33 PASS event.dataTransfer contains a File object on drop. |
| 34 PASS subfile.size is 9242 | 34 PASS subfile.size is 9242 |
| 35 PASS subfile.type is "" | 35 PASS subfile.type is "" |
| 36 PASS Expected response data received: OK | 36 PASS Expected response data received: OK |
| 37 Test slicing and sending a file that has been changed right before sending. | 37 Test slicing and sending a file that has been changed right before sending. |
| 38 PASS event.dataTransfer contains a File object on drop. | 38 PASS event.dataTransfer contains a File object on drop. |
| 39 PASS subfile.size is 5 | 39 PASS subfile.size is 5 |
| 40 PASS subfile.type is "" | 40 PASS subfile.type is "" |
| 41 PASS Expected response data received: OK | 41 PASS Expected response data received: OK |
| 42 PASS Expected exception thrown: Error: NETWORK_ERR: XMLHttpRequest Exception 101 | 42 PASS Expected exception thrown: Error: NetworkError: DOM Exception 19 |
| 43 PASS successfullyParsed is true | 43 PASS successfullyParsed is true |
| 44 | 44 |
| 45 TEST COMPLETE | 45 TEST COMPLETE |
| 46 | 46 |
| OLD | NEW |