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

Unified Diff: LayoutTests/fast/workers/worker-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/fast/workers/worker-formdata-expected.txt
diff --git a/LayoutTests/fast/workers/worker-formdata-expected.txt b/LayoutTests/fast/workers/worker-formdata-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f7f26db36623daa735b77df5fe0a69f000de8d12
--- /dev/null
+++ b/LayoutTests/fast/workers/worker-formdata-expected.txt
@@ -0,0 +1,19 @@
+[Worker] Test FormData interface object
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Starting worker: ./resources/worker-formdata.js
+PASS [Worker] FormData is defined.
+PASS [Worker] FormData.length is 0
+PASS [Worker] formData is non-null.
+PASS [Worker] FormData.prototype.hasOwnProperty('append') is true
+PASS [Worker] formData.append('key', 'value'); did not throw exception.
+PASS [Worker] blob is non-null.
+PASS [Worker] formData.append('key', blob); did not throw exception.
+PASS [Worker] formData.append('key', blob, 'filename'); did not throw exception.
+PASS [Worker] postMessage(formData) threw exception DataCloneError: Failed to execute 'postMessage' on 'WorkerGlobalScope': An object could not be cloned..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/workers/worker-formdata.html ('k') | LayoutTests/http/tests/xmlhttprequest/post-formdata.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698