summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/head_channels_clone.js
blob: f287c6f76fc96b596a13a74106d2bd5cdac79eb6 (plain)
1
2
3
4
5
6
7
8
9
10
/* import-globals-from ../unit/head_channels.js */
// Load standard base class for network tests into child process
//

var { NetUtil } = ChromeUtils.import("resource://gre/modules/NetUtil.jsm");
var { XPCOMUtils } = ChromeUtils.importESModule(
  "resource://gre/modules/XPCOMUtils.sys.mjs"
);

load("../unit/head_channels.js");