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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/workers/post-formdata-expected.txt

Issue 227483008: Support FormData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 8 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/workers/post-formdata-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata-expected.txt b/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2c29319b6550517356d50d88f550950338599863
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata-expected.txt
@@ -0,0 +1,21 @@
+[Worker] Test verifies that FormData is sent correctly when using XMLHttpRequest asynchronously.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Starting worker: ./resources/post-formdata-worker.js
+PASS [Worker] echoResult is "string=string value"
+PASS [Worker] echoResult is "bareBlob=blob:application/octet-stream:blob-value"
+PASS [Worker] echoResult is "bareBlob=blob:application/octet-stream:"
+PASS [Worker] echoResult is "bareBlob=blob:application/octet-stream:"
+PASS [Worker] echoResult is "mimeBlob=blob:text/html:blob-value"
+PASS [Worker] echoResult is "namedBlob=blob-file.txt:application/octet-stream:blob-value"
+PASS [Worker] echoResult is "bareFile=file-name.txt:application/octet-stream:file-value"
+PASS [Worker] echoResult is "bareFile=file-name.txt:application/octet-stream:"
+PASS [Worker] echoResult is "bareFile=file-name.txt:application/octet-stream:"
+PASS [Worker] echoResult is "mimeFile=file-name.html:text/html:file-value"
+PASS [Worker] echoResult is "renamedFile=file-name-override.html:text/html:file-value"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698