dom/animation/test/crashtests/1714421.html
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (7 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 685841 ffdf085e5e3ca95d10e929d78a0b119dc5fc2cbc
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<script>
document.addEventListener('DOMContentLoaded', () => {
  document.documentElement.style.setProperty('scale', '89%', undefined)
  document.documentElement.style.setProperty('transition-duration', '2009216159ms', '')
  document.getAnimations()[0].timeline = undefined
  document.documentElement.animate({'scale': ['none', 'none', 'none']}, 1807)
})
</script>