gecko-dev/dom/animation/test
Brian Birtles 5267613207 Bug 1334583 - Pass a separate timeOrigin and startTime for compositor animations; r=hiro
By passing the startTime as a TimeDuration we are able to represent times in the
distant past (and with the same range as we can represent on the main thread so
that if we do encounter range errors in future, they should not differ between
the main thread and the compositor).

This patch includes a crashtest. I have verified that, without the code changes
included in this patch, this crashtest fails on debug builds on OSX.

MozReview-Commit-ID: EDuKLzfEC0K

--HG--
extra : rebase_source : 1883080fdfac8c33f70698145f21e67cbdfdd4f2
2017-05-02 16:49:51 +09:00
..
chrome Bug 1343589 - Add animation mutation observer test for reverse() when it throws an exception r=hiro 2017-03-28 14:51:52 +09:00
crashtests Bug 1334583 - Pass a separate timeOrigin and startTime for compositor animations; r=hiro 2017-05-02 16:49:51 +09:00
css-animations Bug 1358353 - Use rgb value instead of keyword colors. r=boris 2017-04-28 13:07:54 +09:00
css-transitions Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
document-timeline Bug 1338069 - Don't use 'window' object when using getComputedStyle in tests. r=birtles 2017-04-06 12:43:47 +09:00
mozilla Bug 1361260 - Incorporate playbackRate when calculating the start time of a pending compositor animation; r=hiro 2017-05-02 16:43:21 +09:00
style Bug 1333539 - Part 2: Send animations with null-timeline to the compositor if necessary. r=birtles 2017-02-02 15:11:29 +09:00
chrome.ini Bug 1343589 - Rename animation observer test files r=hiro 2017-03-28 14:51:51 +09:00
mochitest.ini Bug 1361234 - Fix start time calculation for pending animations on layers; r=hiro 2017-05-02 16:41:13 +09:00
testcommon.js Bug 1361234 - Restore test_deferred_start.html to actually testing delay; r=hiro 2017-05-02 16:40:23 +09:00