browser_animation_current-time-scrubber.js (357B)
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 current-time-scrubber_head.js */ 7 8 add_task(async function () { 9 Services.scriptloader.loadSubScript( 10 CHROME_URL_ROOT + "current-time-scrubber_head.js", 11 this 12 ); 13 await testCurrentTimeScrubber(); 14 });