mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
43
layout/reftests/css-animations/reftest.list
Normal file
43
layout/reftests/css-animations/reftest.list
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
== screen-animations.html screen-animations-ref.html
|
||||
!= screen-animations.html screen-animations-notref.html
|
||||
fails == print-no-animations.html print-no-animations-ref.html # reftest harness doesn't actually make pres context non-dynamic for reftest-print tests
|
||||
fails != print-no-animations.html print-no-animations-notref.html # reftest harness doesn't actually make pres context non-dynamic for reftest-print tests
|
||||
== animate-opacity.html animate-opacity-ref.html
|
||||
== animate-preserves3d.html animate-preserves3d-ref.html
|
||||
== in-visibility-hidden-animation.html in-visibility-hidden-animation-ref.html
|
||||
== in-visibility-hidden-animation-pseudo-element.html in-visibility-hidden-animation-pseudo-element-ref.html
|
||||
== partially-out-of-view-animation.html partially-out-of-view-animation-ref.html
|
||||
== animate-display-table-opacity.html animate-display-table-opacity-ref.html
|
||||
# We need to run 100% opacity test case when OMTA is disabled to check that the animation creates a stacking context even if the animation is not running on the compositor
|
||||
test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-opacity-1-animation.html stacking-context-animation-ref.html
|
||||
# We need to run transform:none test case when OMTA is disabled to check that the animation creates a stacking context even if the animation is not running on the compositor
|
||||
test-pref(layers.offmainthreadcomposition.async-animations,false) == stacking-context-transform-none-animation.html stacking-context-animation-ref.html
|
||||
== no-stacking-context-opacity-removing-animation-in-delay.html no-stacking-context-animation-ref.html
|
||||
== no-stacking-context-transform-removing-animation-in-delay.html no-stacking-context-animation-ref.html
|
||||
== stacking-context-lose-opacity-1.html stacking-context-animation-ref.html
|
||||
== stacking-context-lose-transform-none.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-win-in-delay.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-win-in-delay-on-main-thread.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-wins-over-transition.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-win-in-delay.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-win-in-delay-on-main-thread.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-wins-over-transition.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-1-animation.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-1-with-fill-backwards.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-1-with-fill-forwards.html stacking-context-animation-ref.html
|
||||
== stacking-context-paused-on-opacity-1.html stacking-context-animation-ref.html
|
||||
== stacking-context-paused-on-transform-none.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-animation.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-animation-on-svg.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-animation-with-backface-visibility.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-animation-with-preserve-3d.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-with-fill-backwards.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-with-fill-forwards.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-1-in-delay.html stacking-context-animation-ref.html
|
||||
== stacking-context-opacity-removing-important-in-delay.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-none-in-delay.html stacking-context-animation-ref.html
|
||||
== stacking-context-transform-removing-important-in-delay.html stacking-context-animation-ref.html
|
||||
fails == background-position-in-delay.html background-position-ref.html # This test fails the reftest-opaque-layer check since animating background-position currently creates an active layer from its delay phse, and reftest-opaque-layer only handles items assigned to PaintedLayers.
|
||||
== background-position-after-finish.html background-position-ref.html
|
||||
fails == background-position-running.html background-position-ref.html # This test fails the reftest-opaque-layer check since animating background-position currently creates an active layer, and reftest-opaque-layer only handles items assigned to PaintedLayers.
|
||||
fails == background-position-important.html background-position-ref.html # This test fails the reftest-opaque-layer check since animating background-position overridden by a non-animated !important style also creates an active layer, and reftest-opaque-layer only handles items that are assigned to PaintedLayers.
|
||||
Loading…
Add table
Add a link
Reference in a new issue