mirror of
https://github.com/servo/servo.git
synced 2025-08-30 17:48:20 +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
|
@ -8,15 +8,6 @@
|
|||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -122,15 +113,6 @@
|
|||
[Web Animations: property <background-blend-mode> from [initial\] to [overlay\] at (1.5) should be [overlay\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-clip> from [initial\] to [content-box\] at (-0.3) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-clip> from [initial\] to [content-box\] at (0) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-clip> from [initial\] to [content-box\] at (0.3) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <background-clip> from [initial\] to [content-box\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -152,15 +134,6 @@
|
|||
[Web Animations: property <background-clip> from [initial\] to [content-box\] at (1.5) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-origin> from [initial\] to [border-box\] at (-0.3) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-origin> from [initial\] to [border-box\] at (0) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-origin> from [initial\] to [border-box\] at (0.3) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <background-origin> from [initial\] to [border-box\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -182,15 +155,6 @@
|
|||
[Web Animations: property <background-origin> from [initial\] to [border-box\] at (1.5) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-repeat> from [initial\] to [round\] at (-0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-repeat> from [initial\] to [round\] at (0) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <background-repeat> from [initial\] to [round\] at (0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <background-repeat> from [initial\] to [round\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -212,15 +176,6 @@
|
|||
[Web Animations: property <background-repeat> from [initial\] to [round\] at (1.5) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <border-image-repeat> from [initial\] to [round\] at (-0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <border-image-repeat> from [initial\] to [round\] at (0) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <border-image-repeat> from [initial\] to [round\] at (0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <border-image-repeat> from [initial\] to [round\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -242,15 +197,6 @@
|
|||
[Web Animations: property <border-image-repeat> from [initial\] to [round\] at (1.5) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (-0.3) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-attachment> from [initial\] to [fixed\] at (0.3) should be [fixed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-blend-mode> from [initial\] to [overlay\] at (-0.3) should be [overlay\]]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -259,39 +205,3 @@
|
|||
|
||||
[CSS Transitions: property <background-blend-mode> from [initial\] to [overlay\] at (0.3) should be [overlay\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-clip> from [initial\] to [content-box\] at (-0.3) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-clip> from [initial\] to [content-box\] at (0) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-clip> from [initial\] to [content-box\] at (0.3) should be [content-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-origin> from [initial\] to [border-box\] at (-0.3) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-origin> from [initial\] to [border-box\] at (0) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-origin> from [initial\] to [border-box\] at (0.3) should be [border-box\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-repeat> from [initial\] to [round\] at (-0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-repeat> from [initial\] to [round\] at (0) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <background-repeat> from [initial\] to [round\] at (0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <border-image-repeat> from [initial\] to [round\] at (-0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <border-image-repeat> from [initial\] to [round\] at (0) should be [round\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <border-image-repeat> from [initial\] to [round\] at (0.3) should be [round\]]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue