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

Side by Side Diff: LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt

Issue 6042006: Merge 74435 - Rebaseline test for r74427.... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test for sending FormData with sliced files via XMLHttpRequest. 1 Test for sending FormData with sliced files via XMLHttpRequest.
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 Sending FormData containing one sliced file with empty name: 6 Sending FormData containing one sliced file with empty name:
7 7
8 Sending FormData containing one sliced file: 8 Sending FormData containing one sliced file:
9 file=Blob::23456 9 file=Blob:application/octet-stream:23456
10 Sending FormData containing one string and one sliced file: 10 Sending FormData containing one string and one sliced file:
11 string1=foo&file1=Blob::23456 11 string1=foo&file1=Blob:application/octet-stream:23456
12 Sending FormData containing two strings and two sliced files: 12 Sending FormData containing two strings and two sliced files:
13 string1=foo&string2=bar&file1=Blob::23456&file2=Blob::45 13 string1=foo&string2=bar&file1=Blob:application/octet-stream:23456&file2=Blob:app lication/octet-stream:45
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698