gecko-dev/layout/reftests/css-transitions
Hiroyuki Ikezoe d8ec730df8 Bug 1223658 - Part 2: Pass delay property to compositor. r=birtles
The check of negative elapsedDuration is basically no longer valid since
animation delay is not factored into start time any more.  But still we have
somtimes met negative elapsedDuration sice we use a previous vsync time stamp
for async animations to make the animations more sync.  This is not a problem
in most cases but makes two reftests intermitent failure because both of them
used steps(1, start), the steps(1, start) composed different results in the
before phase and in the active phase. To avoid this difference this patch
replace the steps(1, start) with steps(1, end).

Once we incorpolate playbackRate into GetCurrentOrPendingStartTime, we don't
need to call AnimationTimeToTimeStamp for deviding delay by playbackRate since
the time passed to AnimationTimeToTimeStamp does not contain delay any more.

MozReview-Commit-ID: IVE2IFfNgm0

--HG--
extra : rebase_source : 7cb42e57067c21451706bd89284016d996dc8b12
2016-10-14 19:14:01 +09:00
..
no-stacking-context-transition-ref.html Bug 1278136 - Part 4: Tests to check stacking context for correct effect in cascading rule. r=birtles, bz 2016-10-12 09:59:02 +09:00
reftest-stylo.list
reftest.list Bug 1278136 - Part 5: Create a stacking context for opacity/transform animations even if it's in delay phase and even if the property is overridden by !important rules. r=birtles 2016-10-13 16:54:25 +09:00
stacking-context-opacity-lose-to-animation.html Bug 1278136 - Part 4: Tests to check stacking context for correct effect in cascading rule. r=birtles, bz 2016-10-12 09:59:02 +09:00
stacking-context-opacity-wins-over-important-style.html Bug 1223658 - Part 2: Pass delay property to compositor. r=birtles 2016-10-14 19:14:01 +09:00
stacking-context-transform-lose-to-animation.html Bug 1278136 - Part 4: Tests to check stacking context for correct effect in cascading rule. r=birtles, bz 2016-10-12 09:59:02 +09:00
stacking-context-transform-wins-over-important-style.html Bug 1223658 - Part 2: Pass delay property to compositor. r=birtles 2016-10-14 19:14:01 +09:00
stacking-context-transition-ref.html Bug 1278136 - Part 4: Tests to check stacking context for correct effect in cascading rule. r=birtles, bz 2016-10-12 09:59:02 +09:00
transitions-inline-already-wrapped-1.html
transitions-inline-already-wrapped-2.html
transitions-inline-ref.html
transitions-inline-rewrap-1.html
transitions-inline-rewrap-2.html