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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt
===================================================================
--- LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt (revision 74517)
+++ LayoutTests/http/tests/local/formdata/send-form-data-with-sliced-file-expected.txt (working copy)
@@ -6,11 +6,11 @@
Sending FormData containing one sliced file with empty name:
Sending FormData containing one sliced file:
-file=Blob::23456
+file=Blob:application/octet-stream:23456
Sending FormData containing one string and one sliced file:
-string1=foo&file1=Blob::23456
+string1=foo&file1=Blob:application/octet-stream:23456
Sending FormData containing two strings and two sliced files:
-string1=foo&string2=bar&file1=Blob::23456&file2=Blob::45
+string1=foo&string2=bar&file1=Blob:application/octet-stream:23456&file2=Blob:application/octet-stream:45
PASS successfullyParsed is true
TEST COMPLETE
« 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