summaryrefslogtreecommitdiffstats
path: root/remote/cdp/test/browser/target/head.js
blob: 226595800d23e27a00de358997ee91e6006bd6f0 (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/cdp/test/browser/head.js",
  this
);