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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt b/LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt
index 296dc7be3fb148c92afd809a01ef457a8c407d51..20c3a56a82b5d27229bb4b1030cb835c8572b8ef 100644
--- a/LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt
@@ -5,9 +5,13 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS echoResult is "string=string value"
PASS echoResult is "bareBlob=blob:application/octet-stream:blob-value"
+PASS echoResult is "bareBlob=blob:application/octet-stream:"
+PASS echoResult is "bareBlob=blob:application/octet-stream:"
PASS echoResult is "mimeBlob=blob:text/html:blob-value"
PASS echoResult is "namedBlob=blob-file.txt:application/octet-stream:blob-value"
PASS echoResult is "bareFile=file-name.txt:application/octet-stream:file-value"
+PASS echoResult is "bareFile=file-name.txt:application/octet-stream:"
+PASS echoResult is "bareFile=file-name.txt:application/octet-stream:"
PASS echoResult is "mimeFile=file-name.html:text/html:file-value"
PASS echoResult is "renamedFile=file-name-override.html:text/html:file-value"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698