From 49989d0f01e7be293cfb3f2d3c996f9c63c7118c Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sun, 22 Apr 2018 22:16:11 +0200 Subject: Revert "Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test" This reverts commit d3575bfb5b62b0c0f566233faae55e4f5f525e99. --- .../service-workers/service-worker/fetch-frame-resource.https.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testing') 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) { -- cgit v1.2.3