gecko-dev/layout/reftests/css-animations
L. David Baron 4cc8e3dd91 Bug 1245075 patch 2 - Fix EffectSet::GetEffectSet(nsIFrame*) and EffectCompositor::GetAnimationElementAndPseudoForFrame to only return effects when the frame is the style frame for its content. r=birtles
This means that we won't associate animations with additional frames.
In this case, this fixes associating off-main-thread animations with a
table outer frame, when they should have been associated only with the
table frame.

Locally, the test fails without the patch (with opacity in the test
being 0.36 instead of the expected 0.6), and passes with the patch.
(Opacity 0.36 gives a color of rgb(163,163,255), whereas 0.6 gives
rgb(102,102,255).)

--HG--
extra : commitid : 7wtkIDLDHBF
2016-02-07 08:43:49 -08:00
..
animate-display-table-opacity-ref.html Bug 1245075 patch 2 - Fix EffectSet::GetEffectSet(nsIFrame*) and EffectCompositor::GetAnimationElementAndPseudoForFrame to only return effects when the frame is the style frame for its content. r=birtles 2016-02-07 08:43:49 -08:00
animate-display-table-opacity.html Bug 1245075 patch 2 - Fix EffectSet::GetEffectSet(nsIFrame*) and EffectCompositor::GetAnimationElementAndPseudoForFrame to only return effects when the frame is the style frame for its content. r=birtles 2016-02-07 08:43:49 -08:00
animate-opacity-ref.html Bug 1156456 followup - Add a simple reftest for off-main-thread animation of opacity. 2015-04-28 12:11:16 -07:00
animate-opacity.html Bug 1156456 followup - Add a simple reftest for off-main-thread animation of opacity. 2015-04-28 12:11:16 -07:00
animate-preserves3d-ref.html Bug 1206418 - Fix origin of animations and scissors for preserves3d. r=roc 2015-09-28 03:43:00 -04:00
animate-preserves3d.html Bug 1206418 - Fix origin of animations and scissors for preserves3d. r=roc 2015-09-28 03:43:00 -04:00
print-no-animations-notref.html
print-no-animations-ref.html
print-no-animations.html
reftest.list Bug 1245075 patch 2 - Fix EffectSet::GetEffectSet(nsIFrame*) and EffectCompositor::GetAnimationElementAndPseudoForFrame to only return effects when the frame is the style frame for its content. r=birtles 2016-02-07 08:43:49 -08:00
screen-animations-notref.html
screen-animations-ref.html
screen-animations.html