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:
@@ -701,15 +701,6 @@
|
||||
[Web Animations: property <font-variant-alternates> from [initial\] to [historical-forms\] at (1.5) should be [historical-forms\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-variant-caps> from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-variant-caps> from [initial\] to [small-caps\] at (0) should be [small-caps\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-variant-caps> from [initial\] to [small-caps\] at (0.3) should be [small-caps\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <font-variant-caps> from [initial\] to [small-caps\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1067,24 +1058,6 @@
|
||||
[Web Animations: property <font-variant-position> from [initial\] to [super\] at (1.5) should be [super\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-family> from [serif\] to [monospace\] at (-0.3) should be [monospace\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-family> from [serif\] to [monospace\] at (0) should be [monospace\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-family> from [serif\] to [monospace\] at (0.3) should be [monospace\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-family> from [serif\] to [monospace\] at (-0.3) should be [monospace\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-family> from [serif\] to [monospace\] at (0) should be [monospace\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-family> from [serif\] to [monospace\] at (0.3) should be [monospace\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <font-family> from [serif\] to [monospace\] at (-0.3) should be [serif\]]
|
||||
expected: FAIL
|
||||
|
||||
@@ -1178,15 +1151,6 @@
|
||||
[CSS Transitions: property <font-variant-alternates> from [initial\] to [historical-forms\] at (0.3) should be [historical-forms\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-variant-caps> from [initial\] to [small-caps\] at (-0.3) should be [small-caps\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-variant-caps> from [initial\] to [small-caps\] at (0) should be [small-caps\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-variant-caps> from [initial\] to [small-caps\] at (0.3) should be [small-caps\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-variant-east-asian> from [initial\] to [full-width\] at (-0.3) should be [full-width\]]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user