From 3dcd2cbf32010952116ed7c82f833384bec54f48 Mon Sep 17 00:00:00 2001 From: Christoph Kerschbaumer Date: Tue, 3 Aug 2021 05:16:15 +0000 Subject: [PATCH] Bug 1723511: Update tests within dom/xhr to work with https-first enabled r=smaug Differential Revision: https://phabricator.services.mozilla.com/D121528 --- dom/xhr/tests/browser_sync_xhr_event_handing_switch_bcg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/xhr/tests/browser_sync_xhr_event_handing_switch_bcg.js b/dom/xhr/tests/browser_sync_xhr_event_handing_switch_bcg.js index 75d6934e715a..becb22712dc9 100644 --- a/dom/xhr/tests/browser_sync_xhr_event_handing_switch_bcg.js +++ b/dom/xhr/tests/browser_sync_xhr_event_handing_switch_bcg.js @@ -1,6 +1,6 @@ const baseURL = getRootDirectory(gTestPath).replace( "chrome://mochitests/content", - "http://example.com" + "https://example.com" ); const childURL = `${baseURL}empty.html`;