LibWeb: Extract animation-composition value from keyframe at-rules

Previously, we weren't respecting the value of this property, so the
composite operation always defaulted to
`AnimationComposition::Replace`.
This commit is contained in:
Tim Ledbetter
2026-01-06 03:11:08 +00:00
committed by Jelle Raaijmakers
parent 16fd2ccee0
commit e4fb4d7c1a
Notes: github-actions[bot] 2026-01-06 11:59:56 +00:00
37 changed files with 690 additions and 679 deletions

View File

@@ -2,40 +2,39 @@ Harness status: OK
Found 40 tests
24 Pass
16 Fail
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
40 Pass
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing Web Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing Web Animations: property <column-gap> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <column-gap> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (0) should be [200px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (0) should be [200px]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (0.5) should be [normal]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (1) should be [normal]
Pass Compositing CSS Animations: property <column-gap> underlying [100px] from add [100px] to add [normal] at (1.5) should be [normal]

View File

@@ -2,40 +2,39 @@ Harness status: OK
Found 40 tests
24 Pass
16 Fail
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
40 Pass
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing Web Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing Web Animations: property <row-gap> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <row-gap> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (0) should be [200px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (0) should be [200px]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (0.5) should be [normal]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (1) should be [normal]
Pass Compositing CSS Animations: property <row-gap> underlying [100px] from add [100px] to add [normal] at (1.5) should be [normal]

View File

@@ -2,15 +2,14 @@ Harness status: OK
Found 42 tests
23 Pass
19 Fail
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
42 Pass
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
@@ -18,13 +17,13 @@ Pass Compositing Web Animations: property <border-bottom-left-radius> underlying
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
@@ -32,13 +31,13 @@ Pass Compositing Web Animations: property <border-bottom-left-radius> underlying
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1) should be [200px 120px]
Fail Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing CSS Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing Web Animations: property <border-bottom-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]

View File

@@ -2,15 +2,14 @@ Harness status: OK
Found 42 tests
23 Pass
19 Fail
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
42 Pass
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
@@ -18,13 +17,13 @@ Pass Compositing Web Animations: property <border-bottom-right-radius> underlyin
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
@@ -32,13 +31,13 @@ Pass Compositing Web Animations: property <border-bottom-right-radius> underlyin
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1) should be [200px 120px]
Fail Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing CSS Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing Web Animations: property <border-bottom-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]

View File

@@ -2,15 +2,15 @@ Harness status: OK
Found 112 tests
54 Pass
58 Fail
74 Pass
38 Fail
Pass Compositing CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Pass Compositing Web Animations: 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]
Pass Compositing Web Animations: 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]
Pass Compositing Web Animations: 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]
@@ -33,12 +33,12 @@ Fail Compositing Web Animations: property <border-image-outset> underlying [100
Fail Compositing Web Animations: property <border-image-outset> underlying [100 200 300 400] from add [100] to add [200 300 500] at (1) should be [300 500 800 700]
Fail Compositing Web Animations: property <border-image-outset> underlying [100 200 300 400] from add [100] to add [200 300 500] at (1.25) should be [325 550 900 750]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (-0.25) should be [0 0 0px 0px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0) should be [2 4 6px 8px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.25) should be [27 29 31px 33px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.5) should be [52 54 56px 58px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.75) should be [77 79 81px 83px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (1) should be [102 104 106px 108px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (1.25) should be [127 129 131px 133px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0) should be [2 4 6px 8px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.25) should be [27 29 31px 33px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.5) should be [52 54 56px 58px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.75) should be [77 79 81px 83px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (1) should be [102 104 106px 108px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (1.25) should be [127 129 131px 133px]
Pass Compositing Web Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (-0.25) should be [0 0 0px 0px]
Pass Compositing Web Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0) should be [2 4 6px 8px]
Pass Compositing Web Animations: property <border-image-outset> underlying [1 2 3px 4px] from add [1 2 3px 4px] to add [101 102 103px 104px] at (0.25) should be [27 29 31px 33px]
@@ -51,7 +51,7 @@ Fail Compositing CSS Animations: property <border-image-outset> underlying [10px
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.25) should be [175px 175px 250px 250px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.5) should be [150px 150px 200px 200px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.75) should be [125px 125px 150px 150px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1) should be [100px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1) should be [100px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1.25) should be [75px 75px 50px 50px]
Fail Compositing Web Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (-0.25) should be [225px 225px 350px 350px]
Fail Compositing Web Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0) should be [200px 200px 300px 300px]
@@ -60,13 +60,13 @@ Fail Compositing Web Animations: property <border-image-outset> underlying [10px
Fail Compositing Web Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.75) should be [125px 125px 150px 150px]
Pass Compositing Web Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1) should be [100px]
Fail Compositing Web Animations: property <border-image-outset> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1.25) should be [75px 75px 50px 50px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (-0.25) should be [75 75px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (-0.25) should be [75 75px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0) should be [100 100px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.25) should be [125 125px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.5) should be [150 150px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.75) should be [175 175px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1) should be [200 200px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1.25) should be [225 225px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.25) should be [125 125px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.5) should be [150 150px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.75) should be [175 175px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1) should be [200 200px]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1.25) should be [225 225px]
Pass Compositing Web Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (-0.25) should be [75 75px]
Pass Compositing Web Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0) should be [100 100px]
Pass Compositing Web Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.25) should be [125 125px]
@@ -75,7 +75,7 @@ Pass Compositing Web Animations: property <border-image-outset> underlying [10 2
Pass Compositing Web Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1) should be [200 200px]
Pass Compositing Web Animations: property <border-image-outset> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1.25) should be [225 225px]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (-0.25) should be [125px 125]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0) should be [100px 100]
Pass Compositing CSS Animations: property <border-image-outset> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0) should be [100px 100]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0.25) should be [75px 75]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0.5) should be [50px 50]
Fail Compositing CSS Animations: property <border-image-outset> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0.75) should be [25px 25]

View File

@@ -2,15 +2,14 @@ Harness status: OK
Found 112 tests
75 Pass
37 Fail
112 Pass
Pass Compositing CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Fail Compositing CSS Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Fail Compositing CSS Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Pass Compositing CSS Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Pass Compositing CSS Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Pass Compositing Web Animations: 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]
Pass Compositing Web Animations: 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]
Pass Compositing Web Animations: 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]
@@ -18,13 +17,13 @@ Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3
Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (-0.25) should be [175 250 300 450 fill]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0) should be [200 300 400 500 fill]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.25) should be [225 350 500 550 fill]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.5) should be [250 400 600 600 fill]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.75) should be [275 450 700 650 fill]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (1) should be [300 500 800 700 fill]
Fail Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (1.25) should be [325 550 900 750 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (-0.25) should be [175 250 300 450 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0) should be [200 300 400 500 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.25) should be [225 350 500 550 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.5) should be [250 400 600 600 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.75) should be [275 450 700 650 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (1) should be [300 500 800 700 fill]
Pass Compositing CSS Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (1.25) should be [325 550 900 750 fill]
Pass Compositing Web Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (-0.25) should be [175 250 300 450 fill]
Pass Compositing Web Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0) should be [200 300 400 500 fill]
Pass Compositing Web Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (0.25) should be [225 350 500 550 fill]
@@ -33,12 +32,12 @@ Pass Compositing Web Animations: property <border-image-slice> underlying [100 2
Pass Compositing Web Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (1) should be [300 500 800 700 fill]
Pass Compositing Web Animations: property <border-image-slice> underlying [100 200 300 400 fill] from add [100 fill] to add [200 300 500 fill] at (1.25) should be [325 550 900 750 fill]
Pass Compositing CSS Animations: 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 0 0% 0%]
Fail Compositing CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (0.75) should be [77 79 81% 83%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (1) should be [102 104 106% 108%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (1.25) should be [127 129 131% 133%]
Pass Compositing CSS Animations: 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%]
Pass Compositing CSS Animations: 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%]
Pass Compositing CSS Animations: 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%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (0.75) should be [77 79 81% 83%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (1) should be [102 104 106% 108%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (1.25) should be [127 129 131% 133%]
Pass Compositing Web Animations: 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 0 0% 0%]
Pass Compositing Web Animations: 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%]
Pass Compositing Web Animations: 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%]
@@ -46,13 +45,13 @@ Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3
Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (0.75) should be [77 79 81% 83%]
Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (1) should be [102 104 106% 108%]
Pass Compositing Web Animations: property <border-image-slice> underlying [1 2 3% 4%] from add [1 2 3% 4%] to add [101 102 103% 104%] at (1.25) should be [127 129 131% 133%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (-0.25) should be [225% 225% 350% 350%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0) should be [200% 200% 300% 300%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.25) should be [175% 175% 250% 250%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.5) should be [150% 150% 200% 200%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.75) should be [125% 125% 150% 150%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (1) should be [100%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (1.25) should be [75% 75% 50% 50%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (-0.25) should be [225% 225% 350% 350%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0) should be [200% 200% 300% 300%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.25) should be [175% 175% 250% 250%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.5) should be [150% 150% 200% 200%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.75) should be [125% 125% 150% 150%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (1) should be [100%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (1.25) should be [75% 75% 50% 50%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (-0.25) should be [225% 225% 350% 350%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0) should be [200% 200% 300% 300%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.25) should be [175% 175% 250% 250%]
@@ -60,13 +59,13 @@ Pass Compositing Web Animations: property <border-image-slice> underlying [10% 2
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (0.75) should be [125% 125% 150% 150%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (1) should be [100%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20%] from add [190% 180% 290% 280%] to add [90% 80%] at (1.25) should be [75% 75% 50% 50%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (-0.25) should be [75 75%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (-0.25) should be [75 75%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0) should be [100 100%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.25) should be [125 125%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.5) should be [150 150%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.75) should be [175 175%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (1) should be [200 200%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (1.25) should be [225 225%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.25) should be [125 125%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.5) should be [150 150%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.75) should be [175 175%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (1) should be [200 200%]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (1.25) should be [225 225%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (-0.25) should be [75 75%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0) should be [100 100%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.25) should be [125 125%]
@@ -74,11 +73,11 @@ Pass Compositing Web Animations: property <border-image-slice> underlying [10 20
Pass Compositing Web Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (0.75) should be [175 175%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (1) should be [200 200%]
Pass Compositing Web Animations: property <border-image-slice> underlying [10 20%] from replace [100 100%] to add [190 180%] at (1.25) should be [225 225%]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (-0.25) should be [125% 125]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0) should be [100% 100]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0.25) should be [75% 75]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0.5) should be [50% 50]
Fail Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0.75) should be [25% 25]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (-0.25) should be [125% 125]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0) should be [100% 100]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0.25) should be [75% 75]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0.5) should be [50% 50]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (0.75) should be [25% 25]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (1) should be [0% 0]
Pass Compositing CSS Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (1.25) should be [0% 0]
Pass Compositing Web Animations: property <border-image-slice> underlying [10% 20] from add [90% 80] to replace [0% 0 0% 0] at (-0.25) should be [125% 125]

View File

@@ -2,15 +2,15 @@ Harness status: OK
Found 112 tests
54 Pass
58 Fail
74 Pass
38 Fail
Pass Compositing CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: 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 CSS Animations: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: 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]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (0.75) should be [77 79 81 83]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1) should be [102 104 106 108]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3 4] from add [1 2 3 4] to add [101 102 103 104] at (1.25) should be [127 129 131 133]
Pass Compositing Web Animations: 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]
Pass Compositing Web Animations: 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]
Pass Compositing Web Animations: 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]
@@ -33,12 +33,12 @@ Fail Compositing Web Animations: property <border-image-width> underlying [100 2
Fail Compositing Web Animations: property <border-image-width> underlying [100 200 300 400] from add [100] to add [200 300 500] at (1) should be [300 500 800 700]
Fail Compositing Web Animations: property <border-image-width> underlying [100 200 300 400] from add [100] to add [200 300 500] at (1.25) should be [325 550 900 750]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (-0.25) should be [0 0 0px 0%]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0) should be [2 4 6px 8%]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.25) should be [27 29 31px 33%]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.5) should be [52 54 56px 58%]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.75) should be [77 79 81px 83%]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (1) should be [102 104 106px 108%]
Fail Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (1.25) should be [127 129 131px 133%]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0) should be [2 4 6px 8%]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.25) should be [27 29 31px 33%]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.5) should be [52 54 56px 58%]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.75) should be [77 79 81px 83%]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (1) should be [102 104 106px 108%]
Pass Compositing CSS Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (1.25) should be [127 129 131px 133%]
Pass Compositing Web Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (-0.25) should be [0 0 0px 0%]
Pass Compositing Web Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0) should be [2 4 6px 8%]
Pass Compositing Web Animations: property <border-image-width> underlying [1 2 3px 4%] from add [1 2 3px 4%] to add [101 102 103px 104%] at (0.25) should be [27 29 31px 33%]
@@ -51,7 +51,7 @@ Fail Compositing CSS Animations: property <border-image-width> underlying [10px
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.25) should be [175px 175px 250px 250px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.5) should be [150px 150px 200px 200px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.75) should be [125px 125px 150px 150px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1) should be [100px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1) should be [100px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1.25) should be [75px 75px 50px 50px]
Fail Compositing Web Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (-0.25) should be [225px 225px 350px 350px]
Fail Compositing Web Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0) should be [200px 200px 300px 300px]
@@ -60,13 +60,13 @@ Fail Compositing Web Animations: property <border-image-width> underlying [10px
Fail Compositing Web Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (0.75) should be [125px 125px 150px 150px]
Pass Compositing Web Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1) should be [100px]
Fail Compositing Web Animations: property <border-image-width> underlying [10px 20px] from add [190px 180px 290px 280px] to add [90px 80px] at (1.25) should be [75px 75px 50px 50px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (-0.25) should be [75 75px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (-0.25) should be [75 75px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0) should be [100 100px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.25) should be [125 125px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.5) should be [150 150px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.75) should be [175 175px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1) should be [200 200px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1.25) should be [225 225px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.25) should be [125 125px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.5) should be [150 150px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.75) should be [175 175px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1) should be [200 200px]
Pass Compositing CSS Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1.25) should be [225 225px]
Pass Compositing Web Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (-0.25) should be [75 75px]
Pass Compositing Web Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0) should be [100 100px]
Pass Compositing Web Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (0.25) should be [125 125px]
@@ -75,7 +75,7 @@ Pass Compositing Web Animations: property <border-image-width> underlying [10 20
Pass Compositing Web Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1) should be [200 200px]
Pass Compositing Web Animations: property <border-image-width> underlying [10 20px] from replace [100 100px] to add [190 180px] at (1.25) should be [225 225px]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (-0.25) should be [125px 125]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0) should be [100px 100]
Pass Compositing CSS Animations: property <border-image-width> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0) should be [100px 100]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0.25) should be [75px 75]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0.5) should be [50px 50]
Fail Compositing CSS Animations: property <border-image-width> underlying [10px 20] from add [90px 80] to replace [0px 0 0px 0] at (0.75) should be [25px 25]

View File

@@ -2,15 +2,14 @@ Harness status: OK
Found 42 tests
23 Pass
19 Fail
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
42 Pass
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
@@ -18,13 +17,13 @@ Pass Compositing Web Animations: property <border-top-left-radius> underlying [4
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
@@ -32,13 +31,13 @@ Pass Compositing Web Animations: property <border-top-left-radius> underlying [4
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1) should be [200px 120px]
Fail Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing CSS Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing Web Animations: property <border-top-left-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]

View File

@@ -2,15 +2,14 @@ Harness status: OK
Found 42 tests
23 Pass
19 Fail
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
42 Pass
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.5) should be [150px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (-0.25) should be [75px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0) should be [100px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.25) should be [125px]
@@ -18,13 +17,13 @@ Pass Compositing Web Animations: property <border-top-right-radius> underlying [
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (0.75) should be [175px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 40px] from add [60px 60px] to add [160px 160px] at (1.25) should be [225px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (-0.25) should be [75px 100px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0) should be [100px 120px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.25) should be [125px 140px]
@@ -32,13 +31,13 @@ Pass Compositing Web Animations: property <border-top-right-radius> underlying [
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (0.75) should be [175px 180px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1) should be [200px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 140px] from replace [100px 120px] to add [160px 60px] at (1.25) should be [225px 220px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.5) should be [150px 160px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.75) should be [175px 140px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1) should be [200px 120px]
Fail Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing CSS Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (1.25) should be [225px 100px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (-0.25) should be [75px 220px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0) should be [100px 200px]
Pass Compositing Web Animations: property <border-top-right-radius> underlying [40px 60px] from add [60px 140px] to replace [200px 120px] at (0.25) should be [125px 180px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <margin-bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <margin-bottom> underlying [100px] fro
Fail Compositing CSS Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <margin-bottom> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <margin-bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <margin-bottom> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <margin-left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <margin-left> underlying [100px] from
Fail Compositing CSS Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <margin-left> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <margin-left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <margin-left> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <margin-right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <margin-right> underlying [100px] from
Fail Compositing CSS Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <margin-right> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <margin-right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <margin-right> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <margin-top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <margin-top> underlying [100px] from a
Fail Compositing CSS Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <margin-top> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <margin-top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <margin-top> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 40 tests
17 Pass
23 Fail
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
32 Pass
8 Fail
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <padding-bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,18 +27,18 @@ Pass Compositing Web Animations: property <padding-bottom> underlying [100px] fr
Fail Compositing CSS Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <padding-bottom> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 40 tests
17 Pass
23 Fail
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
32 Pass
8 Fail
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <padding-left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,18 +27,18 @@ Pass Compositing Web Animations: property <padding-left> underlying [100px] from
Fail Compositing CSS Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <padding-left> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 40 tests
17 Pass
23 Fail
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
32 Pass
8 Fail
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <padding-right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,18 +27,18 @@ Pass Compositing Web Animations: property <padding-right> underlying [100px] fro
Fail Compositing CSS Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <padding-right> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 40 tests
17 Pass
23 Fail
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
32 Pass
8 Fail
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <padding-top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,18 +27,18 @@ Pass Compositing Web Animations: property <padding-top> underlying [100px] from
Fail Compositing CSS Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <padding-top> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <padding-top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <flex-basis> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <flex-basis> underlying [100px] from a
Fail Compositing CSS Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <flex-basis> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <flex-basis> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <flex-basis> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,22 @@ Harness status: OK
Found 60 tests
43 Pass
17 Fail
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (-0.3) should be ['test' 120]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (0) should be ['test' 150]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (0.5) should be ['test' 200]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (1) should be ['test' 250]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (1.5) should be ['test' 300]
60 Pass
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (-0.3) should be ['test' 120]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (0) should be ['test' 150]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (0.5) should be ['test' 200]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (1) should be ['test' 250]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (1.5) should be ['test' 300]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (-0.3) should be ['test' 120]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (0) should be ['test' 150]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (0.5) should be ['test' 200]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (1) should be ['test' 250]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to add ['test' 200] at (1.5) should be ['test' 300]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (-0.3) should be ['test' 135]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (0) should be ['test' 150]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (0.5) should be ['test' 175]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (-0.3) should be ['test' 135]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (0) should be ['test' 150]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (0.5) should be ['test' 175]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (1) should be ['test' 200]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (1.5) should be ['test' 225]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (1.5) should be ['test' 225]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (-0.3) should be ['test' 135]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (0) should be ['test' 150]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 50] from add ['test' 100] to replace ['test' 200] at (0.5) should be ['test' 175]
@@ -36,19 +35,19 @@ Pass Compositing Web Animations: property <font-variation-settings> underlying [
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to replace ['test' 200] at (1.5) should be ['test' 200]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (-0.3) should be [normal]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (0) should be [normal]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (0.5) should be ['test' 300]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (1) should be ['test' 300]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (1.5) should be ['test' 300]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (0.5) should be ['test' 300]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (1) should be ['test' 300]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (1.5) should be ['test' 300]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (-0.3) should be [normal]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (0) should be [normal]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (0.5) should be ['test' 300]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (1) should be ['test' 300]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['test' 100] from add [normal] to add ['test' 200] at (1.5) should be ['test' 300]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (-0.3) should be ['aaaa' 117, 'bbbb' 235]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (0) should be ['aaaa' 120, 'bbbb' 250]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (0.5) should be ['aaaa' 125, 'bbbb' 275]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (1) should be ['aaaa' 130, 'bbbb' 300]
Fail Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (1.5) should be ['aaaa' 135, 'bbbb' 325]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (-0.3) should be ['aaaa' 117, 'bbbb' 235]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (0) should be ['aaaa' 120, 'bbbb' 250]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (0.5) should be ['aaaa' 125, 'bbbb' 275]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (1) should be ['aaaa' 130, 'bbbb' 300]
Pass Compositing CSS Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (1.5) should be ['aaaa' 135, 'bbbb' 325]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (-0.3) should be ['aaaa' 117, 'bbbb' 235]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (0) should be ['aaaa' 120, 'bbbb' 250]
Pass Compositing Web Animations: property <font-variation-settings> underlying ['aaaa' 100, 'bbbb' 200] from add ['aaaa' 20, 'bbbb' 50] to add ['aaaa' 30, 'bbbb' 100] at (0.5) should be ['aaaa' 125, 'bbbb' 275]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <bottom> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <bottom> underlying [100px] from add [
Fail Compositing CSS Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <bottom> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <bottom> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <bottom> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 60 tests
26 Pass
34 Fail
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
44 Pass
16 Fail
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <left> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <left> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <left> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,7 +27,7 @@ Pass Compositing Web Animations: property <left> underlying [100px] from add [10
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
@@ -37,25 +37,25 @@ Fail Compositing Web Animations: property <left> underlying [10%] from add [100p
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (-0.3) should be [calc(130px + 13%)]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (0.5) should be [calc(50px + 5%)]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (1) should be [0%]
Pass Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (1) should be [0%]
Fail Compositing CSS Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (1.5) should be [calc(-50px - 5%)]
Fail Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (-0.3) should be [calc(130px + 13%)]
Fail Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (0.5) should be [calc(50px + 5%)]
Pass Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (1) should be [0%]
Fail Compositing Web Animations: property <left> underlying [10%] from add [100px] to add [-10%] at (1.5) should be [calc(-50px - 5%)]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <left> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <left> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <right> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <right> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <right> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <right> underlying [100px] from add [1
Fail Compositing CSS Animations: property <right> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <right> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <right> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <right> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <right> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <right> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <right> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <right> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <right> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <right> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <right> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 50 tests
25 Pass
25 Fail
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
42 Pass
8 Fail
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <top> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <top> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <top> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <top> underlying [100px] from add [10p
Fail Compositing CSS Animations: property <top> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <top> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <top> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <top> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <top> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <top> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <top> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <top> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <top> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <top> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <top> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 40 tests
17 Pass
23 Fail
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
32 Pass
8 Fail
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <shape-margin> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,18 +27,18 @@ Pass Compositing Web Animations: property <shape-margin> underlying [100px] from
Fail Compositing CSS Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <shape-margin> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <shape-margin> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,23 +2,22 @@ Harness status: OK
Found 60 tests
44 Pass
16 Fail
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
60 Pass
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -34,18 +33,18 @@ Pass Compositing Web Animations: property <height> underlying [10%] from add [10
Pass Compositing Web Animations: property <height> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing Web Animations: property <height> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <height> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 60 tests
32 Pass
28 Fail
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
52 Pass
8 Fail
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <max-height> underlying [100px] from a
Fail Compositing CSS Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <max-height> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <max-height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (0) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (0) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (0.5) should be [none]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (1) should be [none]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (1.5) should be [none]
@@ -56,9 +56,9 @@ Pass Compositing Web Animations: property <max-height> underlying [100px] from a
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [100px] to add [none] at (1.5) should be [none]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (-0.3) should be [min-content]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (0) should be [min-content]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (1) should be [200px]
Fail Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (1.5) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (1) should be [200px]
Pass Compositing CSS Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (1.5) should be [200px]
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (-0.3) should be [min-content]
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (0) should be [min-content]
Pass Compositing Web Animations: property <max-height> underlying [100px] from add [min-content] to add [100px] at (0.5) should be [200px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 60 tests
35 Pass
25 Fail
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
52 Pass
8 Fail
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <max-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <max-width> underlying [100px] from ad
Fail Compositing CSS Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <max-width> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <max-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (0) should be [200px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (0) should be [200px]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (0.5) should be [none]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (1) should be [none]
Pass Compositing CSS Animations: property <max-width> underlying [100px] from add [100px] to add [none] at (1.5) should be [none]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 60 tests
35 Pass
25 Fail
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
52 Pass
8 Fail
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <min-height> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <min-height> underlying [100px] from a
Fail Compositing CSS Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <min-height> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <min-height> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <min-height> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 60 tests
35 Pass
25 Fail
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
52 Pass
8 Fail
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <min-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <min-width> underlying [100px] from ad
Fail Compositing CSS Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <min-width> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <min-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <min-width> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 60 tests
33 Pass
27 Fail
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
52 Pass
8 Fail
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,25 +27,25 @@ Pass Compositing Web Animations: property <width> underlying [100px] from add [1
Fail Compositing CSS Animations: property <width> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <width> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <width> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <width> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <width> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <width> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <width> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <width> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <width> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (0) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]
@@ -54,8 +54,8 @@ Pass Compositing Web Animations: property <width> underlying [100px] from add [1
Pass Compositing Web Animations: property <width> underlying [100px] from add [100px] to add [auto] at (0.5) should be [auto]
Pass Compositing Web Animations: property <width> underlying [100px] from add [100px] to add [auto] at (1) should be [auto]
Pass Compositing Web Animations: property <width> underlying [100px] from add [100px] to add [auto] at (1.5) should be [auto]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (-0.3) should be [200px]
Fail Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (0) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (-0.3) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (0) should be [200px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (0.5) should be [75px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (1) should be [75px]
Pass Compositing CSS Animations: property <width> underlying [100px] from add [100px] to add [min-content] at (1.5) should be [75px]

View File

@@ -2,33 +2,32 @@ Harness status: OK
Found 30 tests
16 Pass
14 Fail
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
30 Pass
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing Web Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing Web Animations: property <word-spacing> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <word-spacing> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,23 +2,23 @@ Harness status: OK
Found 40 tests
17 Pass
23 Fail
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
32 Pass
8 Fail
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <vertical-align> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
@@ -27,18 +27,18 @@ Pass Compositing Web Animations: property <vertical-align> underlying [100px] fr
Fail Compositing CSS Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing CSS Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing CSS Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Fail Compositing CSS Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Pass Compositing CSS Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing CSS Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing Web Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (-0.3) should be [calc(130px + 4%)]
Fail Compositing Web Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (0) should be [calc(100px + 10%)]
Fail Compositing Web Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (0.5) should be [calc(50px + 20%)]
Pass Compositing Web Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (1) should be [30%]
Fail Compositing Web Animations: property <vertical-align> underlying [10%] from add [100px] to add [20%] at (1.5) should be [calc(-50px + 40%)]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <vertical-align> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,43 +2,42 @@ Harness status: OK
Found 40 tests
21 Pass
19 Fail
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
40 Pass
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing Web Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing Web Animations: property <outline-offset> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Fail Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Fail Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Fail Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Fail Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Pass Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Pass Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Pass Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Pass Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Pass Compositing CSS Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Pass Compositing Web Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Pass Compositing Web Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Pass Compositing Web Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Pass Compositing Web Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Pass Compositing Web Animations: property <outline-offset> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <outline-offset> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]

View File

@@ -2,53 +2,52 @@ Harness status: OK
Found 52 tests
28 Pass
24 Fail
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
52 Pass
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (-0.3) should be [120px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (0.5) should be [200px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (1) should be [250px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to add [200px] at (1.5) should be [300px]
Fail Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Fail Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Fail Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Fail Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Fail Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing CSS Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Pass Compositing Web Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (-0.5) should be [114px]
Pass Compositing Web Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (0) should be [110px]
Pass Compositing Web Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (0.5) should be [106px]
Pass Compositing Web Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (1) should be [102px]
Pass Compositing Web Animations: property <outline-width> underlying [100px] from add [10px] to add [2px] at (1.5) should be [98px]
Fail Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Fail Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Fail Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Fail Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Fail Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Pass Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Pass Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Pass Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Pass Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Pass Compositing CSS Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Pass Compositing Web Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (-0.3) should be [calc(130px + 4em)]
Pass Compositing Web Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (0) should be [calc(100px + 10em)]
Pass Compositing Web Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (0.5) should be [calc(50px + 20em)]
Pass Compositing Web Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (1) should be [30em]
Pass Compositing Web Animations: property <outline-width> underlying [10em] from add [100px] to add [20em] at (1.5) should be [calc(-50px + 40em)]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Fail Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing CSS Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (-0.3) should be [135px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (0) should be [150px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (0.5) should be [175px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (1) should be [200px]
Pass Compositing Web Animations: property <outline-width> underlying [50px] from add [100px] to replace [200px] at (1.5) should be [225px]
Fail Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (-0.3) should be [19px]
Fail Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (0) should be [16px]
Fail Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (0.5) should be [11px]
Fail Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (1) should be [6px]
Fail Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (1.5) should be [1px]
Pass Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (-0.3) should be [19px]
Pass Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (0) should be [16px]
Pass Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (0.5) should be [11px]
Pass Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (1) should be [6px]
Pass Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (1.5) should be [1px]
Pass Compositing CSS Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (2) should be [0px]
Pass Compositing Web Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (-0.3) should be [19px]
Pass Compositing Web Animations: property <outline-width> underlying [thick] from add [11px] to add [thin] at (0) should be [16px]