Revert "
Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures.
This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<html><head>
<script>
function doe(){
document.getElementById('a').style.display = 'none';
}
</script>
</head>
<body onload="document.body.offsetHeight; setTimeout(doe,0)">
<div style="column-count: 2;width: 400px;">
<span id="a">
<span style="float: left; column-width: 100px;">
a-a-a-a-a-a-a-a-a-a-a-a-a-a
</span>
</span>
</div>
</body>
</html>