Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tolerance for time comparison in playing-an-animation.html
This test appears to occasionally fail. The suspected cause is a combination of: * timer clamping (due to vsync) resulting in the current timeline time after resuming playback and the "ready time" being equal * difference in floating-point precision used in calculating the two measures -- one calculation done in JS and one done using the UA's internal representation of times. Therefore this patch adds the standard tolerance for comparing time values to this comparison. Differential Revision: https://phabricator.services.mozilla.com/D3857 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1484901 gecko-commit: 58b3e727210440e6a7c26cf664ddc03f8d616822 gecko-integration-branch: autoland gecko-reviewers: hiro
- Loading branch information