| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html
|
| index c16cc5dc5a707d9f79ec7fa44bb51e6574e57e03..b485ee2e7a6736b6ab361a1c8c08594f83fc4a5f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/fetch-request-xhr-iframe.html
|
| @@ -133,7 +133,7 @@ function mode_credentials_test() {
|
| return xhr_send(host_info['HTTP_ORIGIN'], 'GET', '', false)
|
| .then(function(response){
|
| assert_equals(response.mode, 'cors');
|
| - assert_equals(response.credentials, 'same-origin');
|
| + assert_equals(response.credentials, 'include');
|
| return xhr_send(host_info['HTTP_ORIGIN'], 'GET', '', true);
|
| })
|
| .then(function(response){
|
|
|