mirror of
https://github.com/servo/servo.git
synced 2025-08-27 08:08:19 +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 @@
|
|||
[discrete-no-interpolation.html]
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -29,15 +20,6 @@
|
|||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (1.5) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -395,24 +377,6 @@
|
|||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue