Bug 1723511: Update tests within dom/xhr to work with https-first enabled r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D121528
This commit is contained in:
Christoph Kerschbaumer 2021-08-03 05:16:15 +00:00
Родитель fa555a5b49
Коммит 3dcd2cbf32
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
const baseURL = getRootDirectory(gTestPath).replace(
"chrome://mochitests/content",
"http://example.com"
"https://example.com"
);
const childURL = `${baseURL}empty.html`;