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