summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-22 22:16:11 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-22 22:16:11 +0200
commit49989d0f01e7be293cfb3f2d3c996f9c63c7118c (patch)
tree2ce3d0bfc6a81488cd99af7ee85eb3e3320b5dad
parentd3575bfb5b62b0c0f566233faae55e4f5f525e99 (diff)
downloadUXP-49989d0f01e7be293cfb3f2d3c996f9c63c7118c.tar
UXP-49989d0f01e7be293cfb3f2d3c996f9c63c7118c.tar.gz
UXP-49989d0f01e7be293cfb3f2d3c996f9c63c7118c.tar.lz
UXP-49989d0f01e7be293cfb3f2d3c996f9c63c7118c.tar.xz
UXP-49989d0f01e7be293cfb3f2d3c996f9c63c7118c.zip
Revert "Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test"
This reverts commit d3575bfb5b62b0c0f566233faae55e4f5f525e99.
-rw-r--r--testing/web-platform/tests/service-workers/service-worker/fetch-frame-resource.https.html6
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) {