mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Support relative lengths within easing function calc()s
This commit is contained in:
Notes:
github-actions[bot]
2025-10-20 10:29:08 +00:00
Author: https://github.com/Calme1709 Commit: https://github.com/LadybirdBrowser/ladybird/commit/755a576013e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6459 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -2,8 +2,7 @@ Harness status: OK
|
||||
|
||||
Found 21 tests
|
||||
|
||||
20 Pass
|
||||
1 Fail
|
||||
21 Pass
|
||||
Pass Property animation-timing-function value 'linear'
|
||||
Pass Property animation-timing-function value 'ease'
|
||||
Pass Property animation-timing-function value 'ease-in'
|
||||
@@ -24,4 +23,4 @@ Pass Property animation-timing-function value 'steps(calc(-10), start)'
|
||||
Pass Property animation-timing-function value 'steps(calc(5 / 2), start)'
|
||||
Pass Property animation-timing-function value 'steps(calc(1), jump-none)'
|
||||
Pass Property animation-timing-function value 'linear, ease, linear'
|
||||
Fail Property animation-timing-function value 'steps(calc(2 + sign(100em - 1px)), end)'
|
||||
Pass Property animation-timing-function value 'steps(calc(2 + sign(100em - 1px)), end)'
|
||||
Reference in New Issue
Block a user