| Index: LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html b/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html
|
| index 03c3f004b23779c95e19d8f292773e83b594cb80..38942048c5dcbfbd574236e43d09adf6a5f787fa 100644
|
| --- a/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/fetch-access-control-login.html
|
| @@ -2,6 +2,7 @@
|
| // Set authentication info
|
| window.addEventListener("message", function(evt) {
|
| var port = evt.ports[0];
|
| + document.cookie = 'cookie=' + evt.data.username;
|
| var xhr = new XMLHttpRequest();
|
| xhr.addEventListener('load', function() {
|
| port.postMessage({msg: 'LOGIN FINISHED'});
|
|
|