mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Allow multiple values for the transition-duration property
This commit is contained in:
committed by
Sam Atkins
parent
1ca9f2a44d
commit
64577ad704
Notes:
github-actions[bot]
2025-04-23 20:03:59 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/64577ad7047 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4387 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,10 +2,10 @@ Harness status: OK
|
||||
|
||||
Found 408 tests
|
||||
|
||||
50 Pass
|
||||
358 Fail
|
||||
54 Pass
|
||||
354 Fail
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (-1) should be [-300px]
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (0) should be [-100px]
|
||||
Pass CSS Transitions: property <translate> from [-100px] to [100px] at (0) should be [-100px]
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (0.25) should be [-50px]
|
||||
Fail CSS Transitions: property <translate> from [-100px] to [100px] at (0.75) should be [50px]
|
||||
Pass CSS Transitions: property <translate> from [-100px] to [100px] at (1) should be [100px]
|
||||
@@ -29,7 +29,7 @@ Fail Web Animations: property <translate> from [-100px] to [100px] at (0.75) sho
|
||||
Pass Web Animations: property <translate> from [-100px] to [100px] at (1) should be [100px]
|
||||
Fail Web Animations: property <translate> from [-100px] to [100px] at (2) should be [300px]
|
||||
Fail CSS Transitions: property <translate> from [-100%] to [100%] at (-1) should be [-300%]
|
||||
Fail CSS Transitions: property <translate> from [-100%] to [100%] at (0) should be [-100%]
|
||||
Pass CSS Transitions: property <translate> from [-100%] to [100%] at (0) should be [-100%]
|
||||
Fail CSS Transitions: property <translate> from [-100%] to [100%] at (0.25) should be [-50%]
|
||||
Fail CSS Transitions: property <translate> from [-100%] to [100%] at (0.75) should be [50%]
|
||||
Pass CSS Transitions: property <translate> from [-100%] to [100%] at (1) should be [100%]
|
||||
@@ -53,7 +53,7 @@ Fail Web Animations: property <translate> from [-100%] to [100%] at (0.75) shoul
|
||||
Pass Web Animations: property <translate> from [-100%] to [100%] at (1) should be [100%]
|
||||
Fail Web Animations: property <translate> from [-100%] to [100%] at (2) should be [300%]
|
||||
Fail CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (-1) should be [-300px -150px]
|
||||
Fail CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (0) should be [-100px -50px]
|
||||
Pass CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (0) should be [-100px -50px]
|
||||
Fail CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (0.25) should be [-50px -25px]
|
||||
Fail CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (0.75) should be [50px 25px]
|
||||
Pass CSS Transitions: property <translate> from [-100px -50px] to [100px 50px] at (1) should be [100px 50px]
|
||||
@@ -221,7 +221,7 @@ Fail Web Animations: property <translate> from [none] to [8px 80% 800px] at (0.8
|
||||
Fail Web Animations: property <translate> from [none] to [8px 80% 800px] at (1) should be [8px 80% 800px]
|
||||
Fail Web Animations: property <translate> from [none] to [8px 80% 800px] at (2) should be [16px 160% 1600px]
|
||||
Fail CSS Transitions: property <translate> from neutral to [20px] at (-1) should be [0px]
|
||||
Fail CSS Transitions: property <translate> from neutral to [20px] at (0) should be [10px]
|
||||
Pass CSS Transitions: property <translate> from neutral to [20px] at (0) should be [10px]
|
||||
Fail CSS Transitions: property <translate> from neutral to [20px] at (0.25) should be [12.5px]
|
||||
Fail CSS Transitions: property <translate> from neutral to [20px] at (0.75) should be [17.5px]
|
||||
Pass CSS Transitions: property <translate> from neutral to [20px] at (1) should be [20px]
|
||||
|
||||
Reference in New Issue
Block a user