gecko-dev/toolkit/components/extensions/test/xpcshell/head_e10s.js
2019-05-17 09:25:01 +00:00

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;