dom/animation/test/crashtests/1379606-1.html
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (10 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 368435 b6728735c6f67859230523f877fa2ebb5c6fb701
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<!doctype html>
<style>
div {
  display: none;
}
</style>
<div>
<div>
<div>
<div>
<div>
<div id="target">
</div>
</div>
</div>
</div>
</div>
</div>
<script>
  target.animate({ color: "red" })
</script>