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

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

Issue 722603002: [ServiceWorker] Use the cookie which is differnt from the username in LayoutTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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 | LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html » ('j') | 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 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();
« no previous file with comments | « no previous file | LayoutTests/http/tests/serviceworker/fetch-cors-xhr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698