mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 19:59:18 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D31416 --HG-- extra : moz-landing-system : lando
8 lines
215 B
JavaScript
8 lines
215 B
JavaScript
"use strict";
|
|
|
|
/* globals ExtensionTestUtils */
|
|
|
|
// xpcshell disables e10s by default. Turn it on.
|
|
Services.prefs.setBoolPref("browser.tabs.remote.autostart", true);
|
|
|
|
ExtensionTestUtils.remoteContentScripts = true;
|