mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Stop transitioning properties with a discrete animation type (#30565)
They are not transitionable: https://drafts.csswg.org/css-transitions-1/#transitionable There are some new failures in background-image-interpolation.html, but I think the test is wrong, because it expects background-image to be transitionable, even though the spec defines it with a discrete animation type.
This commit is contained in:
parent
9af3495d8a
commit
111716d458
39 changed files with 410 additions and 1280 deletions
|
@ -1,13 +1,4 @@
|
|||
[backface-visibility-no-interpolation.html]
|
||||
[CSS Transitions with transition: all: property <backface-visibility> from [initial\] to [hidden\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <backface-visibility> from [initial\] to [hidden\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <backface-visibility> from [initial\] to [hidden\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <backface-visibility> from [initial\] to [hidden\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -28,12 +19,3 @@
|
|||
|
||||
[Web Animations: property <backface-visibility> from [initial\] to [hidden\] at (1.5) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <backface-visibility> from [initial\] to [hidden\] at (-0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <backface-visibility> from [initial\] to [hidden\] at (0) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <backface-visibility> from [initial\] to [hidden\] at (0.3) should be [hidden\]]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue