summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/test/browser_animation_summary-graph_end-delay-sign.js
blob: 4382ed4c2d6419c360801f5b778100eefad624a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

add_task(async function () {
  Services.scriptloader.loadSubScript(
    CHROME_URL_ROOT + "summary-graph_end-delay-sign_head.js",
    this
  );
  // eslint-disable-next-line no-undef
  await testSummaryGraphEndDelaySign();
});