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