summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/head_e10s.js
blob: 196afae7c9d629ea6c1631497dd93140d2825767 (plain)
1
2
3
4
5
6
7
8
"use strict";

/* globals ExtensionTestUtils */

// xpcshell disables e10s by default. Turn it on.
Services.prefs.setBoolPref("browser.tabs.remote.autostart", true);

ExtensionTestUtils.remoteContentScripts = true;