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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html

Issue 651603004: Fix fetch-canvas-tainting.html to not mix up origins and transferables. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« 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/serviceworker/fetch-canvas-tainting.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html b/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
index b0ea0cb0e312a8300cf59e435c3dcb865b42a974..abb5e2b32f0fe0f43b419be4a6e6be54bbaa3baa 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
@@ -34,8 +34,8 @@ async_test(function(t) {
service_worker_unregister_and_done(t, SCOPE);
});
frame.contentWindow.postMessage({},
- [channel.port2],
- host_info['HTTP_ORIGIN']);
+ host_info['HTTP_ORIGIN'],
+ [channel.port2]);
});
})
.catch(unreached_rejection(t));
« 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