gecko-dev/layout/reftests/css-transitions
Hiroyuki Ikezoe 7e96375f18 Bug 1318697 - Part 1: Skip composing styles for properties depending on cascade level. r=birtles
When we are composing style for the Animations level of the cascade,
if we have transitions-level animations, we *also* need to compose them if we
have animations-level animations that build on top of them using additive or
accumulative composite modes.

However, we should not build those transitions-level animations unless they will
be built on or overridden by a regular animations-level animation. Otherwise
we will end up with transitions-level animations in the animations-level and
while transitions-level will override the animations-level in the cascade,
once the transition finishes there will be nothing to remove the cached
animations-level animation rule.

MozReview-Commit-ID: LaRabzDSsO5

--HG--
extra : rebase_source : 256efb5779a8cbcc8ae906295b40b160a55641c9
2016-11-29 15:04:17 +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 1318697 - Part 1: Skip composing styles for properties depending on cascade level. r=birtles 2016-11-29 15:04:17 +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
transition-and-animation-with-different-durations-ref.html Bug 1318697 - Part 1: Skip composing styles for properties depending on cascade level. r=birtles 2016-11-29 15:04:17 +09:00
transition-and-animation-with-different-durations.html Bug 1318697 - Part 1: Skip composing styles for properties depending on cascade level. r=birtles 2016-11-29 15:04:17 +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