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

Unified Diff: LayoutTests/fast/workers/worker-formdata-expected.txt

Issue 1156973002: [bindings] Use |PostMessage| attribute for DedicatedWorkerGlobalScope.postMessage to eliminate cust… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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
index f7f26db36623daa735b77df5fe0a69f000de8d12..f18a766d5511984e2760ccec6154557a9e771608 100644
--- a/LayoutTests/fast/workers/worker-formdata-expected.txt
+++ b/LayoutTests/fast/workers/worker-formdata-expected.txt
@@ -12,7 +12,7 @@ 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 [Worker] postMessage(formData) threw exception DataCloneError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': An object could not be cloned..
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698