Bug 1711901: Update PBM tests within toolkit/modules/tests to work with https-first-mode enabled r=timhuang

Differential Revision: https://phabricator.services.mozilla.com/D115491
This commit is contained in:
Christoph Kerschbaumer 2021-05-25 13:52:55 +00:00
Родитель e40983819d
Коммит a497e65804
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -575,6 +575,10 @@ function test() {
waitForExplicitFinish();
(async function() {
await SpecialPowers.pushPrefEnv({
set: [["dom.security.https_first_pbm", false]],
});
for (let testCase of gTests) {
info("Running: " + testCase.desc);
await testCase.run();