mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +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
|
@ -59,15 +59,6 @@
|
|||
[Web Animations: property <display> from [none\] to [block\] at (1.5) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [inline\] to [block\] at (-0.3) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [inline\] to [block\] at (0) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [inline\] to [block\] at (0.3) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <display> from [inline\] to [block\] at (-0.3) should be [inline\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -152,15 +143,6 @@
|
|||
[Web Animations: property <display> from [none\] to [none\] at (1.5) should be [none\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <display> from [inline\] to [block\] at (-0.3) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <display> from [inline\] to [block\] at (0) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <display> from [inline\] to [block\] at (0.3) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (-1) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue