зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1734178 - Ensure tests within devtools/client/aboutdebugging are https-first compliant r=bomsy
Differential Revision: https://phabricator.services.mozilla.com/D127917
This commit is contained in:
Родитель
79e498d6d6
Коммит
e8126118d9
|
@ -8,8 +8,8 @@
|
|||
// meant that this navigation now leads to a process switch. Unfortunately,
|
||||
// about:debugging is not resillient to process switches, so the URLs were
|
||||
// changed to both load within the same content process.
|
||||
const ORIGINAL_URL = "http://example.com/document-builder.sjs?html=page1";
|
||||
const OTHER_URL = "http://example.com/document-builder.sjs?html=page2";
|
||||
const ORIGINAL_URL = "https://example.com/document-builder.sjs?html=page1";
|
||||
const OTHER_URL = "https://example.com/document-builder.sjs?html=page2";
|
||||
|
||||
async function waitForUrl(url, toolbox, browserTab, win) {
|
||||
const {
|
||||
|
|
Загрузка…
Ссылка в новой задаче