1 [Worker] Test FormData interface object
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Starting worker: ./resources/worker-formdata.js
7 PASS [Worker] FormData is defined.
8 PASS [Worker] FormData.length is 0
9 PASS [Worker] formData is non-null.
10 PASS [Worker] FormData.prototype.hasOwnProperty('append') is true
11 PASS [Worker] formData.append('key', 'value'); did not throw exception.
12 PASS [Worker] blob is non-null.
13 PASS [Worker] formData.append('key', blob); 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 execute 'postMessage' on 'DedicatedWorkerGlobalScope': An object could not be cloned..
16 PASS successfullyParsed is true