gecko-dev/layout/reftests/css-transitions
Hiroyuki Ikezoe 5bf9f97e61 Bug 1384120 - Replace old pseudo style context with a new style context including animations. r=emilio
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
2017-08-08 11:35:23 +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
reframe-and-transition-starts-at-the-same-time-ref.html Bug 1384120 - Replace old pseudo style context with a new style context including animations. r=emilio 2017-08-08 11:35:23 +09:00
reframe-and-transition-starts-at-the-same-time.html Bug 1384120 - Replace old pseudo style context with a new style context including animations. r=emilio 2017-08-08 11:35:23 +09:00
reftest.list Bug 1384120 - Replace old pseudo style context with a new style context including animations. r=emilio 2017-08-08 11:35:23 +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
style-change-during-transition-ref.html Bug 1384435 - Don't clear animation only dirty bit during style recalc (unless the element is in a display:none subtree). r=birtles 2017-08-08 10:15:01 +09:00
style-change-during-transition.html Bug 1384435 - Don't clear animation only dirty bit during style recalc (unless the element is in a display:none subtree). r=birtles 2017-08-08 10:15:01 +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 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01: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