summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/animation/test/browser_animation_keyframes-graph_keyframe-marker-rtl.js
blob: c90b231f0a32f08e0ecd598bfbf1bbb8cc30b394 (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 + "keyframes-graph_keyframe-marker_head.js",
    this
  );
  await pushPref("intl.l10n.pseudo", "bidi");
  // eslint-disable-next-line no-undef
  await testKeyframesGraphKeyframesMarker();
});