| 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 abb5e2b32f0fe0f43b419be4a6e6be54bbaa3baa..8dd6eb008ad2fafa2790a69a69b2304d93265f14 100644
|
| --- a/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| +++ b/LayoutTests/http/tests/serviceworker/fetch-canvas-tainting.html
|
| @@ -7,9 +7,11 @@
|
| <script>
|
| async_test(function(t) {
|
| var login1 =
|
| - test_login(t, 'http://127.0.0.1:8000', 'username1', 'password1');
|
| + test_login(t, 'http://127.0.0.1:8000',
|
| + 'username1', 'password1', 'cookie1');
|
| var login2 =
|
| - test_login(t, 'http://localhost:8000', 'username2', 'password2');
|
| + test_login(t, 'http://localhost:8000',
|
| + 'username2', 'password2', 'cookie2');
|
| var SCOPE = 'resources/fetch-canvas-tainting-iframe.html';
|
| var SCRIPT = 'resources/fetch-rewrite-worker.js';
|
| var host_info = get_host_info();
|
|
|