browser_animation_summary-graph_end-delay-sign.js (351B)
1 /* Any copyright is dedicated to the Public Domain. 2 http://creativecommons.org/publicdomain/zero/1.0/ */ 3 4 "use strict"; 5 6 add_task(async function () { 7 Services.scriptloader.loadSubScript( 8 CHROME_URL_ROOT + "summary-graph_end-delay-sign_head.js", 9 this 10 ); 11 // eslint-disable-next-line no-undef 12 await testSummaryGraphEndDelaySign(); 13 });