Hiroyuki Ikezoe 25fb45fac2 Bug 1334575 - Treat active duration larger than INT64_MAX as infinite. r=boris
We store active duration as int64_t, multiplying a finite duration by a finite
iteration count would result over INT64_MAX, it will be represented as a
negative integer value. Both animation duration and interation count should
never be negative, thus multiplying them also should be positive so that
treating such kind of overflowed values as infinite would be more reasonable
than treating it as negative.

Differential Revision: https://phabricator.services.mozilla.com/D152721
2022-07-27 22:57:34 +00:00
..

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff