Bug 1557730 - Enable HTTPResponseProcessSelection for windowProxy_transplant test, r=mccr8

Differential Revision: https://phabricator.services.mozilla.com/D34907

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nika Layzell 2019-06-13 18:09:22 +00:00
parent 9023382549
commit d2fa23f7c9

View File

@ -12,7 +12,8 @@ add_task(async function() {
// Turn on BC preservation and frameloader rebuilding to ensure that the
// BrowsingContext is preserved.
await SpecialPowers.pushPrefEnv({set: [["fission.preserve_browsing_contexts", true],
["fission.rebuild_frameloaders_on_remoteness_change", true]]});
["fission.rebuild_frameloaders_on_remoteness_change", true],
["browser.tabs.remote.useHTTPResponseProcessSelection", true]]});
// Open a window with fission force-enabled in it.
let win = await BrowserTestUtils.openNewBrowserWindow({fission: true, remote: true});