summaryrefslogtreecommitdiffstats
path: root/remote/test/browser/emulation/head.js
blob: 7131e98b6f0ccaf05eb9a8b05a68bc7677eaaf17 (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/ */

"use strict";

/* import-globals-from ../head.js */

Services.scriptloader.loadSubScript(
  "chrome://mochitests/content/browser/remote/test/browser/head.js",
  this
);