| OLD | NEW |
| 1 [Worker] Test FormData interface object | 1 [Worker] Test FormData interface object |
| 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 Starting worker: ./resources/worker-formdata.js | 6 Starting worker: ./resources/worker-formdata.js |
| 7 PASS [Worker] FormData is defined. | 7 PASS [Worker] FormData is defined. |
| 8 PASS [Worker] FormData.length is 0 | 8 PASS [Worker] FormData.length is 0 |
| 9 PASS [Worker] formData is non-null. | 9 PASS [Worker] formData is non-null. |
| 10 PASS [Worker] FormData.prototype.hasOwnProperty('append') is true | 10 PASS [Worker] FormData.prototype.hasOwnProperty('append') is true |
| 11 PASS [Worker] formData.append('key', 'value'); did not throw exception. | 11 PASS [Worker] formData.append('key', 'value'); did not throw exception. |
| 12 PASS [Worker] blob is non-null. | 12 PASS [Worker] blob is non-null. |
| 13 PASS [Worker] formData.append('key', blob); did not throw exception. | 13 PASS [Worker] formData.append('key', blob); did not throw exception. |
| 14 PASS [Worker] formData.append('key', blob, 'filename'); did not throw exception. | 14 PASS [Worker] formData.append('key', blob, 'filename'); did not throw exception. |
| 15 PASS [Worker] postMessage(formData) threw exception DataCloneError: Failed to ex
ecute 'postMessage' on 'WorkerGlobalScope': An object could not be cloned.. | 15 PASS [Worker] postMessage(formData) threw exception DataCloneError: Failed to ex
ecute 'postMessage' on 'DedicatedWorkerGlobalScope': An object could not be clon
ed.. |
| 16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 17 | 17 |
| 18 TEST COMPLETE | 18 TEST COMPLETE |
| 19 | 19 |
| OLD | NEW |