summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/test/browser_animation_summary-graph_delay-sign-rtl.js
blob: 591fc5f3fe53d3688da7562b272f41c9eedfe13f (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";

add_task(async function () {
  Services.scriptloader.loadSubScript(
    CHROME_URL_ROOT + "summary-graph_delay-sign_head.js",
    this
  );
  await pushPref("intl.l10n.pseudo", "bidi");
  // eslint-disable-next-line no-undef
  await testSummaryGraphDelaySign();
});