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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt

Issue 157363003: Implement Blob.close(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 10 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
1 Test verifies that FormData is sent correctly when using XMLHttpRequest asynchro nously. 1 Test verifies that FormData is sent correctly when using XMLHttpRequest asynchro nously.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS echoResult is "string=string value" 6 PASS echoResult is "string=string value"
7 PASS echoResult is "bareBlob=blob:application/octet-stream:blob-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:"
8 PASS echoResult is "mimeBlob=blob:text/html:blob-value" 10 PASS echoResult is "mimeBlob=blob:text/html:blob-value"
9 PASS echoResult is "namedBlob=blob-file.txt:application/octet-stream:blob-value" 11 PASS echoResult is "namedBlob=blob-file.txt:application/octet-stream:blob-value"
10 PASS echoResult is "bareFile=file-name.txt:application/octet-stream:file-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:"
11 PASS echoResult is "mimeFile=file-name.html:text/html:file-value" 15 PASS echoResult is "mimeFile=file-name.html:text/html:file-value"
12 PASS echoResult is "renamedFile=file-name-override.html:text/html:file-value" 16 PASS echoResult is "renamedFile=file-name-override.html:text/html:file-value"
13 PASS successfullyParsed is true 17 PASS successfullyParsed is true
14 18
15 TEST COMPLETE 19 TEST COMPLETE
16 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698