mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Revert "Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test"
This reverts commit d3575bfb5b62b0c0f566233faae55e4f5f525e99.
This commit is contained in:
parent
642196594b
commit
eb35620a9c
1 changed files with 2 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue