blob: 084e4acf1de11b5a88110ef183d2e78e0f0c06cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
"use strict";
/* import-globals-from summary-graph_end-delay-sign_head.js */
add_task(async function () {
Services.scriptloader.loadSubScript(
CHROME_URL_ROOT + "summary-graph_end-delay-sign_head.js",
this
);
await pushPref("intl.l10n.pseudo", "bidi");
await testSummaryGraphEndDelaySign();
});
|