зеркало из https://github.com/mozilla/gecko-dev.git
5bf9f97e61
When a reframe happens on the parent of a pseudo element which has animations, we need to grab style for the pseudo element that includes the animations' style and also *replace* old style context (that does not include animations' style) with it. Otherwise, we will use the old style context that has *no* animations style, as a result, we will see a flicker right after the reframe. Two reftests in this patch fail without this fix. One is for CSS transitions, the other one is for CSS animations. MozReview-Commit-ID: 6pCdnQ1DGUY |
||
---|---|---|
.. | ||
no-stacking-context-transition-ref.html | ||
reframe-and-transition-starts-at-the-same-time-ref.html | ||
reframe-and-transition-starts-at-the-same-time.html | ||
reftest.list | ||
stacking-context-opacity-lose-to-animation.html | ||
stacking-context-opacity-wins-over-important-style.html | ||
stacking-context-transform-lose-to-animation.html | ||
stacking-context-transform-wins-over-important-style.html | ||
stacking-context-transition-ref.html | ||
style-change-during-transition-ref.html | ||
style-change-during-transition.html | ||
transition-and-animation-with-different-durations-ref.html | ||
transition-and-animation-with-different-durations.html | ||
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 |