| OLD | NEW |
| 1 CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to
unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warni
ng. |
| 1 Test File.lastModifiedDate returns null if the information is not available. | 2 Test File.lastModifiedDate returns null if the information is not available. |
| 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 lastModifiedDate is not null | 8 PASS lastModifiedDate is not null |
| 8 PASS lastModifiedDate is >= testStartTime | 9 PASS lastModifiedDate is >= testStartTime |
| 9 PASS (new Date()).getTime() is >= lastModifiedDate | 10 PASS (new Date()).getTime() is >= lastModifiedDate |
| 10 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
| 11 | 12 |
| 12 TEST COMPLETE | 13 TEST COMPLETE |
| 13 | 14 |
| OLD | NEW |