Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures.
This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<!DOCTYPE html><htmlclass="reftest-wait"><style>div{width:100px;height:100px;background-color:red;}</style><body><divid=o_0></div><script>functionboom(){varanim=o_0.animate([{},{"transform":"scale(2)"},{"transform":"none"}],{duration:100,iterationStart:0.5,});// We need to wait for finished promise just like we do in 1322291-1.html.anim.finished.then(function(){document.documentElement.classList.remove("reftest-wait");});}document.addEventListener("DOMContentLoaded",boom);</script></body></html>