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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/workers/post-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 verifies that FormData is sent correctly when using XMLHttpRequest asynchronously.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Starting worker: ./resources/post-formdata-worker.js
7 PASS [Worker] echoResult is "string=string value"
8 PASS [Worker] echoResult is "bareBlob=blob:application/octet-stream:blob-value"
9 PASS [Worker] echoResult is "bareBlob=blob:application/octet-stream:"
10 PASS [Worker] echoResult is "bareBlob=blob:application/octet-stream:"
11 PASS [Worker] echoResult is "mimeBlob=blob:text/html:blob-value"
12 PASS [Worker] echoResult is "namedBlob=blob-file.txt:application/octet-stream:bl ob-value"
13 PASS [Worker] echoResult is "bareFile=file-name.txt:application/octet-stream:fil e-value"
14 PASS [Worker] echoResult is "bareFile=file-name.txt:application/octet-stream:"
15 PASS [Worker] echoResult is "bareFile=file-name.txt:application/octet-stream:"
16 PASS [Worker] echoResult is "mimeFile=file-name.html:text/html:file-value"
17 PASS [Worker] echoResult is "renamedFile=file-name-override.html:text/html:file- value"
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698