1 Test verifies that FormData is sent correctly when using XMLHttpRequest asynchronously.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS echoResult is "string=string value"
7 PASS echoResult is "bareBlob=blob:application/octet-stream:blob-value"
8 PASS echoResult is "bareBlob=blob:application/octet-stream:"
9 PASS echoResult is "bareBlob=blob:application/octet-stream:"
10 PASS echoResult is "mimeBlob=blob:text/html:blob-value"
11 PASS echoResult is "namedBlob=blob-file.txt:application/octet-stream:blob-value"
12 PASS echoResult is "bareFile=file-name.txt:application/octet-stream:file-value"
13 PASS echoResult is "bareFile=file-name.txt:application/octet-stream:"
14 PASS echoResult is "bareFile=file-name.txt:application/octet-stream:"
15 PASS echoResult is "mimeFile=file-name.html:text/html:file-value"
16 PASS echoResult is "renamedFile=file-name-override.html:text/html:file-value"
17 PASS successfullyParsed is true