Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
/* Any copyright is dedicated to the Public Domain.
"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();
});