Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(760)

Side by Side Diff: LayoutTests/fast/workers/worker-formdata-expected.txt

Issue 227483008: Support FormData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 ex ecute 'postMessage' on 'WorkerGlobalScope': An object could not be cloned..
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW
« no previous file with comments | « LayoutTests/fast/workers/worker-formdata.html ('k') | LayoutTests/http/tests/xmlhttprequest/post-formdata.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698