summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/test/browser_animation_current-time-scrubber.js
blob: 76cd42f282f6f5c150e1a3461330a624f6a02302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

/* import-globals-from current-time-scrubber_head.js */

add_task(async function () {
  Services.scriptloader.loadSubScript(
    CHROME_URL_ROOT + "current-time-scrubber_head.js",
    this
  );
  await testCurrentTimeScrubber();
});