summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/test/browser_animation_summary-graph_delay-sign.js
blob: 891d9fd90e6a6f2d2dc4b65412182776811ada03 (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_delay-sign_head.js",
    this
  );
  // eslint-disable-next-line no-undef
  await testSummaryGraphDelaySign();
});