Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures.
This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<!DOCTYPE html><html><head><metacharset="UTF-8"><style>div{width:100px;height:100px;background-color:blue;}</style><script>window.onload=function(){letbody=document.getElementsByTagName("body")[0];lettarget=document.createElement("div");letanim1=newAnimation();letanim2=newAnimation();leteffect=newKeyframeEffect(target,{opacity:[0,1]},1000);body.appendChild(target);anim1.startTime=88;anim1.timeline=null;anim1.pause();anim1.effect=effect;anim2.effect=effect;anim1.effect=effect;// Put another opacity animation on the top of the effect stack so that we// try to send a lower priority animation that has no timeline to the// compositor.letanim3=target.animate({opacity:[1,0]},1000);Promise.all([anim1.ready,anim2.ready,anim2.ready]).then(function(){document.documentElement.classList.remove("reftest-wait");});};</script></head><body></body></html>