summaryrefslogtreecommitdiffstats
path: root/toolkit/components/antitracking/test/xpcshell/head.js
blob: 77c86f4466063354c5f679eddbe35ae4edf5a324 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

/* import-globals-from ../../../../components/url-classifier/tests/unit/head_urlclassifier.js */

const { XPCOMUtils } = ChromeUtils.import(
  "resource://gre/modules/XPCOMUtils.jsm"
);
const { TestUtils } = ChromeUtils.import(
  "resource://testing-common/TestUtils.jsm"
);