mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02: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:
@@ -1,13 +1,4 @@
|
||||
[position-interpolation.html]
|
||||
[CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (-0.3) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (0) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <position> from [absolute\] to [static\] at (0.3) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (-0.3) should be [absolute\]]
|
||||
expected: FAIL
|
||||
|
||||
@@ -28,12 +19,3 @@
|
||||
|
||||
[Web Animations: property <position> from [absolute\] to [static\] at (1.5) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <position> from [absolute\] to [static\] at (-0.3) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <position> from [absolute\] to [static\] at (0) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <position> from [absolute\] to [static\] at (0.3) should be [static\]]
|
||||
expected: FAIL
|
||||
|
||||
Reference in New Issue
Block a user