Tests: Re-enable interpolation tests

These run significantly faster than they did when they did when they
were disabled.
This commit is contained in:
Tim Ledbetter 2025-05-19 07:57:31 +01:00 committed by Sam Atkins
commit c4d298674b
Notes: github-actions[bot] 2025-05-19 10:32:49 +00:00
24 changed files with 3086 additions and 3231 deletions

View file

@ -122,32 +122,6 @@ Text/input/wpt-import/css/css-nesting/implicit-parent-insertion-crash.html
Text/input/wpt-import/css/css-nesting/pseudo-part-crash.html Text/input/wpt-import/css/css-nesting/pseudo-part-crash.html
Text/input/wpt-import/css/css-nesting/pseudo-where-crash.html Text/input/wpt-import/css/css-nesting/pseudo-where-crash.html
; Imported animation tests are extra slow
; https://github.com/LadybirdBrowser/ladybird/issues/2238
Text/input/wpt-import/css/css-backgrounds/animations/background-color-transition-colormix.html
Text/input/wpt-import/css/css-backgrounds/animations/background-image-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/background-size-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-bottom-left-radius-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-bottom-right-radius-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-bottom-width-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-color-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-outset-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-outset-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-slice-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-slice-interpolation-stability.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-slice-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-source-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-width-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-image-width-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-left-width-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-radius-interpolation.html
Text/input/wpt-import/css/css-backgrounds/animations/border-right-width-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-top-left-radius-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-top-right-radius-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/border-top-width-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/box-shadow-composition.html
Text/input/wpt-import/css/css-backgrounds/animations/discrete-no-interpolation.html
; Crashes inconsistently on CI ; Crashes inconsistently on CI
; https://github.com/LadybirdBrowser/ladybird/issues/2900 ; https://github.com/LadybirdBrowser/ladybird/issues/2900
Text/input/ShadowDOM/css-hover-shadow-dom.html Text/input/ShadowDOM/css-hover-shadow-dom.html

View file

@ -1,11 +1,6 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 1 tests Found 1 tests
1 Fail 1 Fail
Details Fail Transition with currentColor in color-mix
Result Test Name MessageFail Transition with currentColor in color-mix

View file

@ -1,158 +1,153 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 288 tests Found 288 tests
18 Pass 192 Pass
270 Fail 96 Fail
Details Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Result Test Name MessageFail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from neutral to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none] Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none] Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none] Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none] Pass CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none] Pass CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none] Pass CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none] Pass Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none] Pass Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0) should be [none]
Fail Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none] Pass Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [initial] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [inherit] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none] Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none] Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none] Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none] Pass CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none] Pass CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none] Pass CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none] Pass Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none] Pass Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0) should be [none]
Fail Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none] Pass Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [unset] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (0.6) should be [linear-gradient(45deg, blue, orange)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1) should be [linear-gradient(45deg, blue, orange)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [linear-gradient(45deg, blue, orange)] at (1.5) should be [linear-gradient(45deg, blue, orange)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [cross-fade(url(../resources/green-100.png), url(../resources/stripes-100.png), 0.5)] at (0.3) should be [url(../resources/blue-100.png)]
@ -204,96 +199,96 @@ Pass Web Animations: property <background-image> from [linear-gradient(-45deg, r
Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none] Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none] Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none] Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none] Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none] Pass CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none] Pass CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none]
Fail CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none] Pass CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none] Pass Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (-0.3) should be [none]
Fail Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none] Pass Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0) should be [none]
Fail Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none] Pass Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.3) should be [none]
Fail Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (0.6) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1) should be [url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [none] to [url(../resources/green-100.png)] at (1.5) should be [url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (-0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.3) should be [url(../resources/stripes-100.png), url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (0.6) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)] Pass Web Animations: property <background-image> from [url(../resources/stripes-100.png), url(../resources/blue-100.png)] to [url(../resources/blue-100.png), url(../resources/stripes-100.png)] at (1.5) should be [url(../resources/blue-100.png), url(../resources/stripes-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png)] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none] Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none] Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Transitions with transition: all: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass CSS Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (-0.3) should be [url(../resources/blue-100.png), none]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0) should be [url(../resources/blue-100.png), none]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.3) should be [url(../resources/blue-100.png), none]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (0.6) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]
Fail Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)] Pass Web Animations: property <background-image> from [url(../resources/blue-100.png), none] to [url(../resources/stripes-100.png), url(../resources/green-100.png)] at (1.5) should be [url(../resources/stripes-100.png), url(../resources/green-100.png)]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 364 tests Found 364 tests
160 Pass 168 Pass
204 Fail 196 Fail
Details Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (-0.25) should be [ 7.5px 7.5px, 12.5px 12.5px, 7.5px 7.5px, 12.5px 12.5px]
Result Test Name MessageFail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (-0.25) should be [ 7.5px 7.5px, 12.5px 12.5px, 7.5px 7.5px, 12.5px 12.5px]
Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (0) should be [10.0px 10.0px, 10.0px 10.0px, 10.0px 10.0px, 10.0px 10.0px] Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (0) should be [10.0px 10.0px, 10.0px 10.0px, 10.0px 10.0px, 10.0px 10.0px]
Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (0.25) should be [12.5px 12.5px, 7.5px 7.5px, 12.5px 12.5px, 7.5px 7.5px] Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (0.25) should be [12.5px 12.5px, 7.5px 7.5px, 12.5px 12.5px, 7.5px 7.5px]
Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (0.5) should be [15.0px 15.0px, 5.0px 5.0px, 15.0px 15.0px, 5.0px 5.0px] Fail CSS Transitions: property <background-size> from neutral to [20px 20px, 0px 0px] at (0.5) should be [15.0px 15.0px, 5.0px 5.0px, 15.0px 15.0px, 5.0px 5.0px]
@ -37,30 +32,30 @@ Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px
Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px 0px] at (0.75) should be [17.5px 17.5px, 2.5px 2.5px, 17.5px 17.5px, 2.5px 2.5px] Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px 0px] at (0.75) should be [17.5px 17.5px, 2.5px 2.5px, 17.5px 17.5px, 2.5px 2.5px]
Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px 0px] at (1) should be [20.0px 20.0px, 0.0px 0.0px, 20.0px 20.0px, 0.0px 0.0px] Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px 0px] at (1) should be [20.0px 20.0px, 0.0px 0.0px, 20.0px 20.0px, 0.0px 0.0px]
Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px 0px] at (1.25) should be [22.5px 22.5px, 0.0px 0.0px, 22.5px 22.5px, 0.0px 0.0px] Fail Web Animations: property <background-size> from neutral to [20px 20px, 0px 0px] at (1.25) should be [22.5px 22.5px, 0.0px 0.0px, 22.5px 22.5px, 0.0px 0.0px]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [initial]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [initial]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px] Fail CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px] Fail CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [initial] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
@ -107,30 +102,30 @@ Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0p
Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (0.75) should be [ 40px 40px, 25px 25px, 40px 40px, 25px 25px] Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (0.75) should be [ 40px 40px, 25px 25px, 40px 40px, 25px 25px]
Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (1) should be [ 20px 20px, 0px 0px, 20px 20px, 0px 0px] Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (1) should be [ 20px 20px, 0px 0px, 20px 20px, 0px 0px]
Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (1.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px] Fail Web Animations: property <background-size> from [inherit] to [20px 20px, 0px 0px] at (1.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [unset] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [unset]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [unset] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [unset]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [unset] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [unset]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [unset] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [unset]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [unset] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [unset]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [unset] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [unset]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px] Fail CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass CSS Transitions: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (-0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px] Fail CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px] Fail CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.3) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.5) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
@ -149,15 +144,15 @@ Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px
Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px] Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px 0px] at (0.6) should be [20px 20px, 0px 0px]
Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px] Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1) should be [20px 20px, 0px 0px]
Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px] Pass Web Animations: property <background-size> from [unset] to [20px 20px, 0px 0px] at (1.5) should be [20px 20px, 0px 0px]
Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (-0.25) should be [ 0px auto, 0px 0px, contain, cover] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (-0.25) should be [ 0px auto, 0px 0px, contain, cover]
Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0) should be [ 0px auto, 0px 0px, contain, cover] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0) should be [ 0px auto, 0px 0px, contain, cover]
Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.25) should be [10px auto, 10px 10px, contain, cover] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.25) should be [10px auto, 10px 10px, contain, cover]
Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.5) should be [20px auto, 20px 20px, contain, cover] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.5) should be [20px auto, 20px 20px, contain, cover]
Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.75) should be [30px auto, 30px 30px, contain, cover] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.75) should be [30px auto, 30px 30px, contain, cover]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1) should be [40px auto, 40px 40px, contain, cover] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1) should be [40px auto, 40px 40px, contain, cover]
Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1.25) should be [50px auto, 50px 50px, contain, cover] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1.25) should be [50px auto, 50px 50px, contain, cover]
Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (-0.25) should be [ 0px auto, 0px 0px, contain, cover] Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (-0.25) should be [ 0px auto, 0px 0px, contain, cover]
Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0) should be [ 0px auto, 0px 0px, contain, cover] Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0) should be [ 0px auto, 0px 0px, contain, cover]
Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.25) should be [10px auto, 10px 10px, contain, cover] Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.25) should be [10px auto, 10px 10px, contain, cover]
Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.5) should be [20px auto, 20px 20px, contain, cover] Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.5) should be [20px auto, 20px 20px, contain, cover]
Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.75) should be [30px auto, 30px 30px, contain, cover] Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.75) should be [30px auto, 30px 30px, contain, cover]
@ -177,30 +172,30 @@ Fail Web Animations: property <background-size> from [0px auto, 0px 0px, contain
Fail Web Animations: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.75) should be [30px auto, 30px 30px, contain, cover] Fail Web Animations: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (0.75) should be [30px auto, 30px 30px, contain, cover]
Pass Web Animations: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1) should be [40px auto, 40px 40px, contain, cover] Pass Web Animations: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1) should be [40px auto, 40px 40px, contain, cover]
Fail Web Animations: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1.25) should be [50px auto, 50px 50px, contain, cover] Fail Web Animations: property <background-size> from [0px auto, 0px 0px, contain, cover] to [40px auto, 40px 40px, contain, cover] at (1.25) should be [50px auto, 50px 50px, contain, cover]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [0px 0px, 0px 0px, contain, cover] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [0px 0px, 0px 0px, contain, cover]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [0px 0px, 0px 0px, contain, cover] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [0px 0px, 0px 0px, contain, cover]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [0px 0px, 0px 0px, contain, cover] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [0px 0px, 0px 0px, contain, cover]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [0px 0px, 0px 0px, contain, cover] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [0px 0px, 0px 0px, contain, cover]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [0px 0px, 0px 0px, contain, cover] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [0px 0px, 0px 0px, contain, cover]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [0px 0px, 0px 0px, contain, cover] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [0px 0px, 0px 0px, contain, cover]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [40px 40px, 40px 40px, cover, contain] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [40px 40px, 40px 40px, cover, contain] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [40px 40px, 40px 40px, cover, contain] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [40px 40px, 40px 40px, cover, contain] Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (-0.3) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [40px 40px, 40px 40px, cover, contain] Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [40px 40px, 40px 40px, cover, contain] Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.3) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.5) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain]
Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain] Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain]
@ -219,30 +214,30 @@ Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain,
Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain] Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (0.6) should be [40px 40px, 40px 40px, cover, contain]
Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain] Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1) should be [40px 40px, 40px 40px, cover, contain]
Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain] Pass Web Animations: property <background-size> from [0px 0px, 0px 0px, contain, cover] to [40px 40px, 40px 40px, cover, contain] at (1.5) should be [40px 40px, 40px 40px, cover, contain]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [0px auto, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [0px auto, 0px 0px]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [0px auto, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [0px auto, 0px 0px]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [0px auto, 0px 0px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [0px auto, 0px 0px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [0px auto, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [0px auto, 0px 0px]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [0px auto, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [0px auto, 0px 0px]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [0px auto, 0px 0px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [0px auto, 0px 0px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [auto 40px, 40px 40px] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [auto 40px, 40px 40px] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [auto 40px, 40px 40px] Fail CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px]
Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px] Pass CSS Transitions: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [auto 40px, 40px 40px] Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (-0.3) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [auto 40px, 40px 40px] Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [auto 40px, 40px 40px] Fail CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.3) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.5) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px]
Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px] Pass CSS Transitions with transition: all: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px]
@ -261,15 +256,15 @@ Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [aut
Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px] Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (0.6) should be [auto 40px, 40px 40px]
Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px] Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1) should be [auto 40px, 40px 40px]
Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px] Pass Web Animations: property <background-size> from [0px auto, 0px 0px] to [auto 40px, 40px 40px] at (1.5) should be [auto 40px, 40px 40px]
Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (-0.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (-0.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px]
Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px]
Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.25) should be [ 5px 5px, 10px 10px, 15px 15px, 25px 25px] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.25) should be [ 5px 5px, 10px 10px, 15px 15px, 25px 25px]
Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.5) should be [10px 10px, 20px 20px, 30px 30px, 50px 50px] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.5) should be [10px 10px, 20px 20px, 30px 30px, 50px 50px]
Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.75) should be [15px 15px, 30px 30px, 45px 45px, 75px 75px] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.75) should be [15px 15px, 30px 30px, 45px 45px, 75px 75px]
Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (1) should be [20px 20px, 40px 40px, 60px 60px, 100px 100px] Pass CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (1) should be [20px 20px, 40px 40px, 60px 60px, 100px 100px]
Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (1.25) should be [25px 25px, 50px 50px, 75px 75px, 125px 125px] Fail CSS Transitions: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (1.25) should be [25px 25px, 50px 50px, 75px 75px, 125px 125px]
Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (-0.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (-0.25) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px]
Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px] Pass CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0) should be [ 0px 0px, 0px 0px, 0px 0px, 0px 0px]
Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.25) should be [ 5px 5px, 10px 10px, 15px 15px, 25px 25px] Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.25) should be [ 5px 5px, 10px 10px, 15px 15px, 25px 25px]
Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.5) should be [10px 10px, 20px 20px, 30px 30px, 50px 50px] Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.5) should be [10px 10px, 20px 20px, 30px 30px, 50px 50px]
Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.75) should be [15px 15px, 30px 30px, 45px 45px, 75px 75px] Fail CSS Transitions with transition: all: property <background-size> from [0px 0px, 0px 0px, 0px 0px, 0px 0px] to [20px 20px, 40px 40px, 60px 60px, 100px 100px] at (0.75) should be [15px 15px, 30px 30px, 45px 45px, 75px 75px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 21 tests Found 21 tests
2 Pass 2 Pass
19 Fail 19 Fail
Details Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Result Test Name MessageFail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px] Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px] Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px] Fail Compositing: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 21 tests Found 21 tests
2 Pass 2 Pass
19 Fail 19 Fail
Details Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Result Test Name MessageFail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px] Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px] Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px] Fail Compositing: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]

View file

@ -1,31 +1,25 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 20 tests Found 20 tests
1 Pass 20 Pass
19 Fail Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Details Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Result Test Name MessageFail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px] Pass Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px] Pass Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px] Pass Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px] Pass Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px] Pass Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px] Pass Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Fail Compositing: property <border-bottom-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px] Pass Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Fail Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)] Pass Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Fail Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)] Pass Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Fail Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)] Pass Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Fail Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing: property <border-bottom-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px] Pass Compositing: property <border-bottom-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 144 tests Found 144 tests
48 Pass 58 Pass
96 Fail 86 Fail
Details Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (-0.3) should be [rgb(23, 33, 43) rgb(40, 50, 60) rgb(17, 27, 37) rgb(37, 47, 57)]
Result Test Name MessageFail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (-0.3) should be [rgb(23, 33, 43) rgb(40, 50, 60) rgb(17, 27, 37) rgb(37, 47, 57)]
Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0) should be [rgb(20, 30, 40) rgb(40, 50, 60)] Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0) should be [rgb(20, 30, 40) rgb(40, 50, 60)]
Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.3) should be [rgb(17, 27, 37) rgb(40, 50, 60) rgb(23, 33, 43) rgb(43, 53, 63)] Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.3) should be [rgb(17, 27, 37) rgb(40, 50, 60) rgb(23, 33, 43) rgb(43, 53, 63)]
Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)] Fail CSS Transitions: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)]
@ -21,50 +16,50 @@ Fail CSS Transitions with transition: all: property <border-color> from [rgb(20,
Fail CSS Transitions with transition: all: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)] Fail CSS Transitions with transition: all: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)]
Pass CSS Transitions with transition: all: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1) should be [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] Pass CSS Transitions with transition: all: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1) should be [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)]
Fail CSS Transitions with transition: all: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1.5) should be [rgb(5, 15, 25) rgb(40, 50, 60) rgb(35, 45, 55) rgb(55, 65, 75)] Fail CSS Transitions with transition: all: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1.5) should be [rgb(5, 15, 25) rgb(40, 50, 60) rgb(35, 45, 55) rgb(55, 65, 75)]
Fail CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (-0.3) should be [rgb(23, 33, 43) rgb(40, 50, 60) rgb(17, 27, 37) rgb(37, 47, 57)] Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (-0.3) should be [rgb(23, 33, 43) rgb(40, 50, 60) rgb(17, 27, 37) rgb(37, 47, 57)]
Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0) should be [rgb(20, 30, 40) rgb(40, 50, 60)] Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0) should be [rgb(20, 30, 40) rgb(40, 50, 60)]
Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.3) should be [rgb(17, 27, 37) rgb(40, 50, 60) rgb(23, 33, 43) rgb(43, 53, 63)] Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.3) should be [rgb(17, 27, 37) rgb(40, 50, 60) rgb(23, 33, 43) rgb(43, 53, 63)]
Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)] Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)]
Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1) should be [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] Pass CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1) should be [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)]
Fail CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1.5) should be [rgb(5, 15, 25) rgb(40, 50, 60) rgb(35, 45, 55) rgb(55, 65, 75)] Fail CSS Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1.5) should be [rgb(5, 15, 25) rgb(40, 50, 60) rgb(35, 45, 55) rgb(55, 65, 75)]
Fail Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (-0.3) should be [rgb(23, 33, 43) rgb(40, 50, 60) rgb(17, 27, 37) rgb(37, 47, 57)] Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (-0.3) should be [rgb(23, 33, 43) rgb(40, 50, 60) rgb(17, 27, 37) rgb(37, 47, 57)]
Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0) should be [rgb(20, 30, 40) rgb(40, 50, 60)] Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0) should be [rgb(20, 30, 40) rgb(40, 50, 60)]
Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.3) should be [rgb(17, 27, 37) rgb(40, 50, 60) rgb(23, 33, 43) rgb(43, 53, 63)] Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.3) should be [rgb(17, 27, 37) rgb(40, 50, 60) rgb(23, 33, 43) rgb(43, 53, 63)]
Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)] Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (0.6) should be [rgb(14, 24, 34) rgb(40, 50, 60) rgb(26, 36, 46) rgb(46, 56, 66)]
Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1) should be [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] Pass Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1) should be [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)]
Fail Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1.5) should be [rgb(5, 15, 25) rgb(40, 50, 60) rgb(35, 45, 55) rgb(55, 65, 75)] Fail Web Animations: property <border-color> from [rgb(20, 30, 40) rgb(40, 50, 60)] to [rgb(10, 20, 30) rgb(40, 50, 60) rgb(30, 40, 50) rgb(50, 60, 70)] at (1.5) should be [rgb(5, 15, 25) rgb(40, 50, 60) rgb(35, 45, 55) rgb(55, 65, 75)]
Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)] Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)]
Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)] Pass CSS Transitions: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)]
Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)] Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)]
Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)] Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)]
Pass CSS Transitions: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail CSS Transitions: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)] Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)]
Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)] Pass CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)]
Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)] Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)]
Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)] Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)]
Pass CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Animations: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)] Fail CSS Animations: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)]
Pass CSS Animations: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)] Fail CSS Animations: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)]
Fail CSS Animations: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)] Fail CSS Animations: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)]
Fail CSS Animations: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)] Fail CSS Animations: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)]
Pass CSS Animations: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Animations: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Animations: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail CSS Animations: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail Web Animations: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)] Fail Web Animations: property <border-top-color> from neutral to [orange] at (-0.3) should be [rgb(0, 0, 181)]
Pass Web Animations: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)] Fail Web Animations: property <border-top-color> from neutral to [orange] at (0) should be [rgb(0, 0, 139)]
Fail Web Animations: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)] Fail Web Animations: property <border-top-color> from neutral to [orange] at (0.3) should be [rgb(77, 50, 97)]
Fail Web Animations: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)] Fail Web Animations: property <border-top-color> from neutral to [orange] at (0.6) should be [rgb(153, 99, 56)]
Pass Web Animations: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)] Pass Web Animations: property <border-top-color> from neutral to [orange] at (1) should be [rgb(255, 165, 0)]
Fail Web Animations: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail Web Animations: property <border-top-color> from neutral to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (-0.3) should be [rgb(0, 0, 0)] Pass CSS Transitions: property <border-top-color> from [initial] to [orange] at (-0.3) should be [rgb(0, 0, 0)]
Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (0) should be [rgb(0, 0, 0)] Pass CSS Transitions: property <border-top-color> from [initial] to [orange] at (0) should be [rgb(0, 0, 0)]
Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (0.3) should be [rgb(77, 50, 0)] Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (0.3) should be [rgb(77, 50, 0)]
Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (0.6) should be [rgb(153, 99, 0)] Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (0.6) should be [rgb(153, 99, 0)]
Pass CSS Transitions: property <border-top-color> from [initial] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions: property <border-top-color> from [initial] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail CSS Transitions: property <border-top-color> from [initial] to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (-0.3) should be [rgb(0, 0, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (-0.3) should be [rgb(0, 0, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (0) should be [rgb(0, 0, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (0) should be [rgb(0, 0, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (0.3) should be [rgb(77, 50, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (0.3) should be [rgb(77, 50, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (0.6) should be [rgb(153, 99, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (0.6) should be [rgb(153, 99, 0)]
Pass CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [initial] to [orange] at (1) should be [rgb(255, 165, 0)]
@ -82,37 +77,37 @@ Fail Web Animations: property <border-top-color> from [initial] to [orange] at (
Pass Web Animations: property <border-top-color> from [initial] to [orange] at (1) should be [rgb(255, 165, 0)] Pass Web Animations: property <border-top-color> from [initial] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail Web Animations: property <border-top-color> from [initial] to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail Web Animations: property <border-top-color> from [initial] to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)] Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)]
Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)] Pass CSS Transitions: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)]
Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass CSS Transitions: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail CSS Transitions: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)] Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)]
Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)] Pass CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)]
Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Pass CSS Animations: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)] Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)]
Pass CSS Animations: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)] Pass CSS Animations: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)]
Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass CSS Animations: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Animations: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail CSS Animations: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Pass Web Animations: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)] Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (-0.3) should be [rgb(255, 255, 255)]
Pass Web Animations: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)] Pass Web Animations: property <border-top-color> from [inherit] to [orange] at (0) should be [rgb(255, 255, 255)]
Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass Web Animations: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)] Pass Web Animations: property <border-top-color> from [inherit] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail Web Animations: property <border-top-color> from [inherit] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (-0.3) should be [rgb(0, 0, 0)] Pass CSS Transitions: property <border-top-color> from [unset] to [orange] at (-0.3) should be [rgb(0, 0, 0)]
Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (0) should be [rgb(0, 0, 0)] Pass CSS Transitions: property <border-top-color> from [unset] to [orange] at (0) should be [rgb(0, 0, 0)]
Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (0.3) should be [rgb(77, 50, 0)] Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (0.3) should be [rgb(77, 50, 0)]
Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (0.6) should be [rgb(153, 99, 0)] Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (0.6) should be [rgb(153, 99, 0)]
Pass CSS Transitions: property <border-top-color> from [unset] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions: property <border-top-color> from [unset] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail CSS Transitions: property <border-top-color> from [unset] to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (-0.3) should be [rgb(0, 0, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (-0.3) should be [rgb(0, 0, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (0) should be [rgb(0, 0, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (0) should be [rgb(0, 0, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (0.3) should be [rgb(77, 50, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (0.3) should be [rgb(77, 50, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (0.6) should be [rgb(153, 99, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (0.6) should be [rgb(153, 99, 0)]
Pass CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (1) should be [rgb(255, 165, 0)] Pass CSS Transitions with transition: all: property <border-top-color> from [unset] to [orange] at (1) should be [rgb(255, 165, 0)]
@ -130,24 +125,24 @@ Fail Web Animations: property <border-top-color> from [unset] to [orange] at (0.
Pass Web Animations: property <border-top-color> from [unset] to [orange] at (1) should be [rgb(255, 165, 0)] Pass Web Animations: property <border-top-color> from [unset] to [orange] at (1) should be [rgb(255, 165, 0)]
Fail Web Animations: property <border-top-color> from [unset] to [orange] at (1.5) should be [rgb(255, 248, 0)] Fail Web Animations: property <border-top-color> from [unset] to [orange] at (1.5) should be [rgb(255, 248, 0)]
Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (-0.3) should be [white] Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (-0.3) should be [white]
Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (0) should be [white] Pass CSS Transitions: property <border-top-color> from [white] to [orange] at (0) should be [white]
Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass CSS Transitions: property <border-top-color> from [white] to [orange] at (1) should be [orange] Pass CSS Transitions: property <border-top-color> from [white] to [orange] at (1) should be [orange]
Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail CSS Transitions: property <border-top-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (-0.3) should be [white] Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (-0.3) should be [white]
Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (0) should be [white] Pass CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (0) should be [white]
Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (1) should be [orange] Pass CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (1) should be [orange]
Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail CSS Transitions with transition: all: property <border-top-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Pass CSS Animations: property <border-top-color> from [white] to [orange] at (-0.3) should be [white] Fail CSS Animations: property <border-top-color> from [white] to [orange] at (-0.3) should be [white]
Pass CSS Animations: property <border-top-color> from [white] to [orange] at (0) should be [white] Pass CSS Animations: property <border-top-color> from [white] to [orange] at (0) should be [white]
Fail CSS Animations: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail CSS Animations: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail CSS Animations: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail CSS Animations: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]
Pass CSS Animations: property <border-top-color> from [white] to [orange] at (1) should be [orange] Pass CSS Animations: property <border-top-color> from [white] to [orange] at (1) should be [orange]
Fail CSS Animations: property <border-top-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)] Fail CSS Animations: property <border-top-color> from [white] to [orange] at (1.5) should be [rgb(255, 120, 0)]
Pass Web Animations: property <border-top-color> from [white] to [orange] at (-0.3) should be [white] Fail Web Animations: property <border-top-color> from [white] to [orange] at (-0.3) should be [white]
Pass Web Animations: property <border-top-color> from [white] to [orange] at (0) should be [white] Pass Web Animations: property <border-top-color> from [white] to [orange] at (0) should be [white]
Fail Web Animations: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)] Fail Web Animations: property <border-top-color> from [white] to [orange] at (0.3) should be [rgb(255, 228, 179)]
Fail Web Animations: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)] Fail Web Animations: property <border-top-color> from [white] to [orange] at (0.6) should be [rgb(255, 201, 102)]

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 56 tests Found 56 tests
56 Fail 56 Fail
Details Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (-0.25) should be [0]
Result Test Name MessageFail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (-0.25) should be [0]
Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0) should be [2 4 6 8] Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0) should be [2 4 6 8]
Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.25) should be [27 29 31 33] Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.25) should be [27 29 31 33]
Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.5) should be [52 54 56 58] Fail Compositing: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.5) should be [52 54 56 58]

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 168 tests Found 168 tests
168 Fail 168 Fail
Details Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (-0.3) should be [0.7px]
Result Test Name MessageFail CSS Transitions: property <border-image-outset> from neutral to [2px] at (-0.3) should be [0.7px]
Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (0) should be [1px] Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (0) should be [1px]
Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (0.3) should be [1.3px] Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (0.3) should be [1.3px]
Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (0.6) should be [1.6px] Fail CSS Transitions: property <border-image-outset> from neutral to [2px] at (0.6) should be [1.6px]

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 56 tests Found 56 tests
56 Fail 56 Fail
Details Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (-0.25) should be [0]
Result Test Name MessageFail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (-0.25) should be [0]
Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0) should be [2 4 6 8] Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0) should be [2 4 6 8]
Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.25) should be [27 29 31 33] Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.25) should be [27 29 31 33]
Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.5) should be [52 54 56 58] Fail Compositing: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.5) should be [52 54 56 58]

View file

@ -1,11 +1,6 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 1 tests Found 1 tests
1 Fail 1 Fail
Details Fail border-image-slice interpolation stability
Result Test Name MessageFail border-image-slice interpolation stability

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 434 tests Found 434 tests
434 Fail 434 Fail
Details Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (-0.3) should be [23%]
Result Test Name MessageFail CSS Transitions: property <border-image-slice> from neutral to [10%] at (-0.3) should be [23%]
Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (0) should be [20%] Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (0) should be [20%]
Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (0.3) should be [17%] Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (0.3) should be [17%]
Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (0.5) should be [15%] Fail CSS Transitions: property <border-image-slice> from neutral to [10%] at (0.5) should be [15%]

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 294 tests Found 294 tests
294 Fail 294 Fail
Details Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial]
Result Test Name MessageFail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (-0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (0) should be [initial] Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial] Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)] Fail CSS Transitions with transition-behavior:allow-discrete: property <border-image-source> from [initial] to [url(../support/orange_color.png)] at (0.5) should be [url(../support/orange_color.png)]

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 56 tests Found 56 tests
56 Fail 56 Fail
Details Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (-0.25) should be [0]
Result Test Name MessageFail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (-0.25) should be [0]
Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0) should be [2 4 6 8] Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0) should be [2 4 6 8]
Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.25) should be [27 29 31 33] Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.25) should be [27 29 31 33]
Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.5) should be [52 54 56 58] Fail Compositing: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.5) should be [52 54 56 58]

View file

@ -1,14 +1,9 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 558 tests Found 558 tests
558 Fail 558 Fail
Details Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (-0.3) should be [7px]
Result Test Name MessageFail CSS Transitions: property <border-image-width> from neutral to [20px] at (-0.3) should be [7px]
Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (0) should be [10px] Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (0) should be [10px]
Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (0.3) should be [13px] Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (0.3) should be [13px]
Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (0.6) should be [16px] Fail CSS Transitions: property <border-image-width> from neutral to [20px] at (0.6) should be [16px]

View file

@ -1,31 +1,25 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 20 tests Found 20 tests
1 Pass 20 Pass
19 Fail Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Details Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Result Test Name MessageFail Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px] Pass Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px] Pass Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px] Pass Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px] Pass Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px] Pass Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px] Pass Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Fail Compositing: property <border-left-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px] Pass Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Fail Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)] Pass Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Fail Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)] Pass Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Fail Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)] Pass Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Fail Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing: property <border-left-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px] Pass Compositing: property <border-left-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 196 tests Found 196 tests
50 Pass 64 Pass
146 Fail 132 Fail
Details Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (-0.3) should be [17px 37px 57px 77px / 117px 137px 157px 177px]
Result Test Name MessageFail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (-0.3) should be [17px 37px 57px 77px / 117px 137px 157px 177px]
Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (0) should be [20px 40px 60px 80px / 120px 140px 160px 180px] Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (0) should be [20px 40px 60px 80px / 120px 140px 160px 180px]
Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (0.3) should be [23px 43px 63px 83px / 123px 143px 163px 183px] Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (0.3) should be [23px 43px 63px 83px / 123px 143px 163px 183px]
Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (0.6) should be [26px 46px 66px 86px / 126px 146px 166px 186px] Fail CSS Transitions: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (0.6) should be [26px 46px 66px 86px / 126px 146px 166px 186px]
@ -34,37 +29,37 @@ Fail Web Animations: property <border-radius> from [20px 40px 60px 80px / 120px
Pass Web Animations: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (1) should be [30px 50px 70px 90px / 130px 150px 170px 190px] Pass Web Animations: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (1) should be [30px 50px 70px 90px / 130px 150px 170px 190px]
Fail Web Animations: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (1.5) should be [35px 55px 75px 95px / 135px 155px 175px 195px] Fail Web Animations: property <border-radius> from [20px 40px 60px 80px / 120px 140px 160px 180px] to [30px 50px 70px 90px / 130px 150px 170px 190px] at (1.5) should be [35px 55px 75px 95px / 135px 155px 175px 195px]
Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px] Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px]
Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px] Pass CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px]
Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px] Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px]
Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px] Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px]
Pass CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px] Pass CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px]
Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px] Fail CSS Transitions: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px]
Pass CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px]
Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px] Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px]
Pass CSS Animations: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px] Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px]
Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px] Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px]
Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px] Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px]
Pass CSS Animations: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px] Pass CSS Animations: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px]
Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px] Fail CSS Animations: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px]
Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px] Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (-0.3) should be [7px]
Pass Web Animations: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px] Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (0) should be [10px]
Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px] Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (0.3) should be [13px]
Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px] Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (0.6) should be [16px]
Pass Web Animations: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px] Pass Web Animations: property <border-top-left-radius> from neutral to [20px] at (1) should be [20px]
Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px] Fail Web Animations: property <border-top-left-radius> from neutral to [20px] at (1.5) should be [25px]
Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (-0.3) should be [0px] Pass CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (-0.3) should be [0px]
Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (0) should be [0px] Pass CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (0) should be [0px]
Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (0.3) should be [6px] Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (0.3) should be [6px]
Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (0.6) should be [12px] Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (0.6) should be [12px]
Pass CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (1) should be [20px] Pass CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (1) should be [20px]
Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (1.5) should be [30px] Fail CSS Transitions: property <border-top-left-radius> from [initial] to [20px] at (1.5) should be [30px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (-0.3) should be [0px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (-0.3) should be [0px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (0) should be [0px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (0) should be [0px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (0.3) should be [6px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (0.3) should be [6px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (0.6) should be [12px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (0.6) should be [12px]
Pass CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (1) should be [20px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [initial] to [20px] at (1) should be [20px]
@ -82,13 +77,13 @@ Fail Web Animations: property <border-top-left-radius> from [initial] to [20px]
Pass Web Animations: property <border-top-left-radius> from [initial] to [20px] at (1) should be [20px] Pass Web Animations: property <border-top-left-radius> from [initial] to [20px] at (1) should be [20px]
Fail Web Animations: property <border-top-left-radius> from [initial] to [20px] at (1.5) should be [30px] Fail Web Animations: property <border-top-left-radius> from [initial] to [20px] at (1.5) should be [30px]
Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (-0.3) should be [33px] Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (-0.3) should be [33px]
Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (0) should be [30px] Pass CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (0) should be [30px]
Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (0.3) should be [27px] Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (0.3) should be [27px]
Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (0.6) should be [24px] Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (0.6) should be [24px]
Pass CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (1) should be [20px] Pass CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (1) should be [20px]
Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (1.5) should be [15px] Fail CSS Transitions: property <border-top-left-radius> from [inherit] to [20px] at (1.5) should be [15px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (-0.3) should be [33px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (-0.3) should be [33px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (0) should be [30px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (0) should be [30px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (0.3) should be [27px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (0.3) should be [27px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (0.6) should be [24px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (0.6) should be [24px]
Pass CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (1) should be [20px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [inherit] to [20px] at (1) should be [20px]
@ -105,14 +100,14 @@ Fail Web Animations: property <border-top-left-radius> from [inherit] to [20px]
Fail Web Animations: property <border-top-left-radius> from [inherit] to [20px] at (0.6) should be [24px] Fail Web Animations: property <border-top-left-radius> from [inherit] to [20px] at (0.6) should be [24px]
Pass Web Animations: property <border-top-left-radius> from [inherit] to [20px] at (1) should be [20px] Pass Web Animations: property <border-top-left-radius> from [inherit] to [20px] at (1) should be [20px]
Fail Web Animations: property <border-top-left-radius> from [inherit] to [20px] at (1.5) should be [15px] Fail Web Animations: property <border-top-left-radius> from [inherit] to [20px] at (1.5) should be [15px]
Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (-0.3) should be [0px] Pass CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (-0.3) should be [0px]
Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (0) should be [0px] Pass CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (0) should be [0px]
Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (0.3) should be [6px] Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (0.3) should be [6px]
Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (0.6) should be [12px] Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (0.6) should be [12px]
Pass CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (1) should be [20px] Pass CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (1) should be [20px]
Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (1.5) should be [30px] Fail CSS Transitions: property <border-top-left-radius> from [unset] to [20px] at (1.5) should be [30px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (-0.3) should be [0px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (-0.3) should be [0px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (0) should be [0px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (0) should be [0px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (0.3) should be [6px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (0.3) should be [6px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (0.6) should be [12px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (0.6) should be [12px]
Pass CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (1) should be [20px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [unset] to [20px] at (1) should be [20px]
@ -130,13 +125,13 @@ Fail Web Animations: property <border-top-left-radius> from [unset] to [20px] at
Pass Web Animations: property <border-top-left-radius> from [unset] to [20px] at (1) should be [20px] Pass Web Animations: property <border-top-left-radius> from [unset] to [20px] at (1) should be [20px]
Fail Web Animations: property <border-top-left-radius> from [unset] to [20px] at (1.5) should be [30px] Fail Web Animations: property <border-top-left-radius> from [unset] to [20px] at (1.5) should be [30px]
Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (-0.3) should be [0px] Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (-0.3) should be [0px]
Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (0) should be [10px] Pass CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (0) should be [10px]
Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (0.3) should be [22px] Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (0.3) should be [22px]
Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (0.6) should be [34px] Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (0.6) should be [34px]
Pass CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (1) should be [50px] Pass CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (1) should be [50px]
Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (1.5) should be [70px] Fail CSS Transitions: property <border-top-left-radius> from [10px] to [50px] at (1.5) should be [70px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (-0.3) should be [0px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (-0.3) should be [0px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (0) should be [10px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (0) should be [10px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (0.3) should be [22px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (0.3) should be [22px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (0.6) should be [34px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (0.6) should be [34px]
Pass CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (1) should be [50px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [10px] to [50px] at (1) should be [50px]
@ -179,14 +174,14 @@ Pass Web Animations: property <border-top-left-radius> from [10px] to [100%] at
Fail Web Animations: property <border-top-left-radius> from [10px] to [100%] at (1.5) should be [calc(-5px + 150%)] Fail Web Animations: property <border-top-left-radius> from [10px] to [100%] at (1.5) should be [calc(-5px + 150%)]
Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (-2) should be [40px 0px] Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (-2) should be [40px 0px]
Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (-0.3) should be [23px 17px] Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (-0.3) should be [23px 17px]
Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (0) should be [20px] Pass CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (0) should be [20px]
Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (0.3) should be [17px 23px] Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (0.3) should be [17px 23px]
Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (0.6) should be [14px 26px] Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (0.6) should be [14px 26px]
Pass CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (1) should be [10px 30px] Pass CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (1) should be [10px 30px]
Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (1.5) should be [5px 35px] Fail CSS Transitions: property <border-top-left-radius> from [20px] to [10px 30px] at (1.5) should be [5px 35px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (-2) should be [40px 0px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (-2) should be [40px 0px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (-0.3) should be [23px 17px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (-0.3) should be [23px 17px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (0) should be [20px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (0) should be [20px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (0.3) should be [17px 23px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (0.3) should be [17px 23px]
Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (0.6) should be [14px 26px] Fail CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (0.6) should be [14px 26px]
Pass CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (1) should be [10px 30px] Pass CSS Transitions with transition: all: property <border-top-left-radius> from [20px] to [10px 30px] at (1) should be [10px 30px]

View file

@ -1,31 +1,25 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 20 tests Found 20 tests
1 Pass 20 Pass
19 Fail Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Details Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Result Test Name MessageFail Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px] Pass Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px] Pass Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px] Pass Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px] Pass Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px] Pass Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px] Pass Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Fail Compositing: property <border-right-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px] Pass Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Fail Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)] Pass Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Fail Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)] Pass Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Fail Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)] Pass Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Fail Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing: property <border-right-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px] Pass Compositing: property <border-right-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 21 tests Found 21 tests
2 Pass 2 Pass
19 Fail 19 Fail
Details Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Result Test Name MessageFail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px] Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px] Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px] Fail Compositing: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 21 tests Found 21 tests
2 Pass 2 Pass
19 Fail 19 Fail
Details Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Result Test Name MessageFail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px] Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px] Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px] Fail Compositing: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]

View file

@ -1,31 +1,25 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 20 tests Found 20 tests
1 Pass 20 Pass
19 Fail Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Details Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Result Test Name MessageFail Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px] Pass Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px] Pass Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px] Pass Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px] Pass Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px] Pass Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px] Pass Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Fail Compositing: property <border-top-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px] Pass Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Fail Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)] Pass Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Fail Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)] Pass Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Fail Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)] Pass Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Fail Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing: property <border-top-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px] Pass Compositing: property <border-top-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]

View file

@ -1,15 +1,10 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 40 tests Found 40 tests
2 Pass 2 Pass
38 Fail 38 Fail
Details Fail Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (-0.3) should be [rgb(70, 70, 70 ) 7px 14px 21px 28px]
Result Test Name MessageFail Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (-0.3) should be [rgb(70, 70, 70 ) 7px 14px 21px 28px]
Pass Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (0) should be [rgb(100, 100, 100) 10px 20px 30px 40px] Pass Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (0) should be [rgb(100, 100, 100) 10px 20px 30px 40px]
Fail Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (0.5) should be [rgb(150, 150, 150) 15px 30px 45px 60px] Fail Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (0.5) should be [rgb(150, 150, 150) 15px 30px 45px 60px]
Pass Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (1) should be [rgb(200, 200, 200) 20px 40px 60px 80px] Pass Compositing: property <box-shadow> underlying [undefined] from replace [rgb(100, 100, 100) 10px 20px 30px 40px] to add [rgb(200, 200, 200) 20px 40px 60px 80px] at (1) should be [rgb(200, 200, 200) 20px 40px 60px 80px]

View file

@ -1,24 +1,19 @@
Summary
Harness status: OK Harness status: OK
Rerun
Found 252 tests Found 252 tests
144 Pass 185 Pass
108 Fail 67 Fail
Details Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (-0.3) should be [initial]
Result Test Name MessageFail CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (-0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.3) should be [initial]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.5) should be [fixed] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.5) should be [fixed]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.6) should be [fixed] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.6) should be [fixed]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (1) should be [fixed] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (1) should be [fixed]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (1.5) should be [fixed] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-attachment> from [initial] to [fixed] at (1.5) should be [fixed]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (-0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (-0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.3) should be [initial]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.5) should be [fixed] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.5) should be [fixed]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.6) should be [fixed] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (0.6) should be [fixed]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (1) should be [fixed] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-attachment> from [initial] to [fixed] at (1) should be [fixed]
@ -54,69 +49,69 @@ Pass Web Animations: property <background-attachment> from [initial] to [fixed]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial] Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial] Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial] Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial] Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial] Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial] Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay]
Fail CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay] Pass CSS Transitions: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay]
Fail CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay] Pass CSS Transitions with transition: all: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial] Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial] Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial] Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay] Pass CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay] Pass CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay] Pass CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay]
Fail CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay] Pass CSS Animations: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial] Pass Web Animations: property <background-blend-mode> from [initial] to [overlay] at (-0.3) should be [initial]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial] Pass Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0) should be [initial]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial] Pass Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0.3) should be [initial]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay] Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0.5) should be [overlay]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay] Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (0.6) should be [overlay]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay] Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (1) should be [overlay]
Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay] Fail Web Animations: property <background-blend-mode> from [initial] to [overlay] at (1.5) should be [overlay]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (-0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (-0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.3) should be [initial]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (1) should be [content-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (1) should be [content-box]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (-0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (-0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.3) should be [initial]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (1) should be [content-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (1) should be [content-box]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (-0.3) should be [content-box] Fail CSS Transitions: property <background-clip> from [initial] to [content-box] at (-0.3) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (0) should be [content-box] Fail CSS Transitions: property <background-clip> from [initial] to [content-box] at (0) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (0.3) should be [content-box] Fail CSS Transitions: property <background-clip> from [initial] to [content-box] at (0.3) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box] Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box] Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (1) should be [content-box] Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (1) should be [content-box]
Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box] Pass CSS Transitions: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box]
Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (-0.3) should be [content-box] Fail CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (-0.3) should be [content-box]
Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0) should be [content-box] Fail CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0) should be [content-box]
Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0.3) should be [content-box] Fail CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0.3) should be [content-box]
Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box] Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0.5) should be [content-box]
Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box] Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box]
Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (1) should be [content-box] Pass CSS Transitions with transition: all: property <background-clip> from [initial] to [content-box] at (1) should be [content-box]
@ -135,30 +130,30 @@ Pass Web Animations: property <background-clip> from [initial] to [content-box]
Pass Web Animations: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box] Pass Web Animations: property <background-clip> from [initial] to [content-box] at (0.6) should be [content-box]
Pass Web Animations: property <background-clip> from [initial] to [content-box] at (1) should be [content-box] Pass Web Animations: property <background-clip> from [initial] to [content-box] at (1) should be [content-box]
Pass Web Animations: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box] Pass Web Animations: property <background-clip> from [initial] to [content-box] at (1.5) should be [content-box]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (-0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (-0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.3) should be [initial]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (1) should be [border-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (1) should be [border-box]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (-0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (-0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.3) should be [initial]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (1) should be [border-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (1) should be [border-box]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (-0.3) should be [border-box] Fail CSS Transitions: property <background-origin> from [initial] to [border-box] at (-0.3) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (0) should be [border-box] Fail CSS Transitions: property <background-origin> from [initial] to [border-box] at (0) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (0.3) should be [border-box] Fail CSS Transitions: property <background-origin> from [initial] to [border-box] at (0.3) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box] Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box] Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (1) should be [border-box] Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (1) should be [border-box]
Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box] Pass CSS Transitions: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box]
Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (-0.3) should be [border-box] Fail CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (-0.3) should be [border-box]
Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0) should be [border-box] Fail CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0) should be [border-box]
Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0.3) should be [border-box] Fail CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0.3) should be [border-box]
Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box] Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0.5) should be [border-box]
Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box] Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box]
Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (1) should be [border-box] Pass CSS Transitions with transition: all: property <background-origin> from [initial] to [border-box] at (1) should be [border-box]
@ -177,16 +172,16 @@ Pass Web Animations: property <background-origin> from [initial] to [border-box]
Pass Web Animations: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box] Pass Web Animations: property <background-origin> from [initial] to [border-box] at (0.6) should be [border-box]
Pass Web Animations: property <background-origin> from [initial] to [border-box] at (1) should be [border-box] Pass Web Animations: property <background-origin> from [initial] to [border-box] at (1) should be [border-box]
Pass Web Animations: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box] Pass Web Animations: property <background-origin> from [initial] to [border-box] at (1.5) should be [border-box]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (-0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (-0.3) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0) should be [initial]
Fail CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0.3) should be [initial] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0.3) should be [initial]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0.5) should be [round] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0.5) should be [round]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0.6) should be [round] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (0.6) should be [round]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (1) should be [round] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (1) should be [round]
Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (1.5) should be [round] Pass CSS Transitions with transition-behavior:allow-discrete: property <background-repeat> from [initial] to [round] at (1.5) should be [round]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (-0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (-0.3) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0) should be [initial]
Fail CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0.3) should be [initial] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0.3) should be [initial]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0.5) should be [round] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0.5) should be [round]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0.6) should be [round] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (0.6) should be [round]
Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (1) should be [round] Pass CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <background-repeat> from [initial] to [round] at (1) should be [round]