| OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. |
| 1 Test for sending a dragged file via XMLHttpRequest. | 2 Test for sending a dragged file via XMLHttpRequest. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 PASS event.dataTransfer contains a File object on drop. | 7 PASS event.dataTransfer contains a File object on drop. |
| 7 PASS Expected response data received. | 8 PASS Expected response data received. |
| 8 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 9 | 10 |
| 10 TEST COMPLETE | 11 TEST COMPLETE |
| 11 | 12 |
| OLD | NEW |