dom/animation/test/crashtests/1468294-1.html
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (8 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 422382 ee2f1c495bc1c200108ffd927effcaf34e209bd5
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<script>
addEventListener("DOMContentLoaded", () => {
  document.documentElement.animate([{ "transform": "matrix(2,1,1,5,2,8)" }],
                                    { duration: 1000,
                                      easing: "cubic-bezier(1,-15,.6,4)" });
})
</script>