зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
2fce796fb3
Коммит
da1119dc75
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче