| 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 471d6a1e56c734545bb29072a134393e1a5082c0..c00e7b6c7b5d6df629214fd703280076f969662c 100644
|
| --- a/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| +++ b/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| @@ -11,7 +11,7 @@ async_test(function(t) {
|
| var SCRIPT = 'resources/fetch-rewrite-worker.js';
|
| var host_info = get_host_info();
|
|
|
| - login(t)
|
| + login(t, host_info.HTTP_ORIGIN, host_info.HTTP_REMOTE_ORIGIN)
|
| .then(function() {
|
| return service_worker_unregister_and_register(t, SCRIPT, SCOPE);
|
| })
|
|
|