| Index: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-frame-resource.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-frame-resource.https.html b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-frame-resource.https.html
|
| index cc1dac472bca62db0fff25dcfda9bce9890a4658..fd74198324319f0c68d68a67ed76a9a22232bcf1 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-frame-resource.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/fetch-frame-resource.https.html
|
| @@ -110,7 +110,8 @@ async_test(function(t) {
|
| frame.src =
|
| scope + '?mode=cors&url=' +
|
| encodeURIComponent(host_info['HTTPS_REMOTE_ORIGIN'] + path +
|
| - '?ACAOrigin=' + host_info['HTTPS_ORIGIN']);
|
| + '?ACAOrigin=' + host_info['HTTPS_ORIGIN'] +
|
| + '&ACACredentials=true');
|
| document.body.appendChild(frame);
|
| return getLoadedFrameAsObject(frame);
|
| })
|
| @@ -183,7 +184,8 @@ async_test(function(t) {
|
| var win = window.open(
|
| scope + '?mode=cors&url=' +
|
| encodeURIComponent(host_info['HTTPS_REMOTE_ORIGIN'] + path +
|
| - '?ACAOrigin=' + host_info['HTTPS_ORIGIN']));
|
| + '?ACAOrigin=' + host_info['HTTPS_ORIGIN'] +
|
| + '&ACACredentials=true'));
|
| return getLoadedWindowAsObject(win);
|
| })
|
| .then(function(result) {
|
|
|