diff options
Diffstat (limited to 'browser/components/newtab/test/xpcshell/head.js')
-rw-r--r-- | browser/components/newtab/test/xpcshell/head.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/browser/components/newtab/test/xpcshell/head.js b/browser/components/newtab/test/xpcshell/head.js new file mode 100644 index 0000000000..d0e7cc6529 --- /dev/null +++ b/browser/components/newtab/test/xpcshell/head.js @@ -0,0 +1,11 @@ +/* Any copyright is dedicated to the Public Domain. +http://creativecommons.org/publicdomain/zero/1.0/ */ + +"use strict"; + +/* eslint-disable no-unused-vars */ + +const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm"); +const { XPCOMUtils } = ChromeUtils.import( + "resource://gre/modules/XPCOMUtils.jsm" +); |