dom/animation/test/crashtests/1612891-1.html
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (12 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 516892 9aad6bdfb58c6e4306349ca5a16d024652678d0f
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<html>
<head>
  <script>
    function start() {
      const element = document.createElement('img')
      element.animate([
        { 'easing': '' },
        { 'offset': 'o' },
      ], {})
    }

    window.addEventListener('load', start)
  </script>
</head>
</html>