Bug 1711681: Update PBM tests within dom/tests to work with https-first-mode enabled r=emilio

Differential Revision: https://phabricator.services.mozilla.com/D115367
This commit is contained in:
Christoph Kerschbaumer 2021-05-19 09:31:31 +00:00
Родитель 2fce796fb3
Коммит da1119dc75
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -6,8 +6,8 @@ const DIRPATH = getRootDirectory(gTestPath).replace(
);
const PATH = DIRPATH + "file_postMessage_parent.html";
const URL1 = `http://example.com/${PATH}`;
const URL2 = `http://example.org/${PATH}`;
const URL1 = `https://example.com/${PATH}`;
const URL2 = `https://example.org/${PATH}`;
function listenForCrash(win) {
function listener(event) {