Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / workers / worker-formdata-expected.txt
1 [Worker] Test FormData interface object
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
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 'WorkerGlobalScope': An object could not be cloned..
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19