diff options
-rw-r--r-- | testing/web-platform/tests/service-workers/service-worker/fetch-frame-resource.https.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/web-platform/tests/service-workers/service-worker/fetch-frame-resource.https.html b/testing/web-platform/tests/service-workers/service-worker/fetch-frame-resource.https.html index fd7419832..cc1dac472 100644 --- a/testing/web-platform/tests/service-workers/service-worker/fetch-frame-resource.https.html +++ b/testing/web-platform/tests/service-workers/service-worker/fetch-frame-resource.https.html @@ -110,8 +110,7 @@ async_test(function(t) { frame.src = scope + '?mode=cors&url=' + encodeURIComponent(host_info['HTTPS_REMOTE_ORIGIN'] + path + - '?ACAOrigin=' + host_info['HTTPS_ORIGIN'] + - '&ACACredentials=true'); + '?ACAOrigin=' + host_info['HTTPS_ORIGIN']); document.body.appendChild(frame); return getLoadedFrameAsObject(frame); }) @@ -184,8 +183,7 @@ async_test(function(t) { var win = window.open( scope + '?mode=cors&url=' + encodeURIComponent(host_info['HTTPS_REMOTE_ORIGIN'] + path + - '?ACAOrigin=' + host_info['HTTPS_ORIGIN'] + - '&ACACredentials=true')); + '?ACAOrigin=' + host_info['HTTPS_ORIGIN'])); return getLoadedWindowAsObject(win); }) .then(function(result) { |