dom/animation/test/crashtests/1401809.html
author Tim Huang <tihuang@mozilla.com>
Wed, 16 Jul 2025 17:26:02 +0000 (8 hours ago)
changeset 796860 b48b65b15c8e8520f1eedcbd3aa29b2669fc3d20
parent 382143 9caeafcec9982be90820e30bc699e851cb6af907
permissions -rw-r--r--
Bug 1976834 - Add the SafeBrowsing V5 protobuf files. r=dimi Differential Revision: https://phabricator.services.mozilla.com/D257225
<html>
  <head>
    <style></style>
    <script>
      o1 = document.createElement('t');
      document.documentElement.appendChild(o1);
      document.styleSheets[0].insertRule('* { will-change:an }', 0);
      k = new KeyframeEffect(o1, [{'willChange':'s'}], {'':''});
      k = null;
      SpecialPowers.forceGC();
      SpecialPowers.forceCC();
    </script>
  </head>
</html>