mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb/CSS: Use "0s" as the initial value for animation-duration
This commit is contained in:
parent
e1f6a170d5
commit
ecd6636b3e
Notes:
github-actions[bot]
2025-03-22 16:05:28 +00:00
Author: https://github.com/tcl3
Commit: ecd6636b3e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4041
6 changed files with 62 additions and 13 deletions
|
@ -0,0 +1,21 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 16 tests
|
||||
|
||||
16 Pass
|
||||
Pass Property animation-delay has initial value 0s
|
||||
Pass Property animation-delay does not inherit
|
||||
Pass Property animation-direction has initial value normal
|
||||
Pass Property animation-direction does not inherit
|
||||
Pass Property animation-duration has initial value 0s
|
||||
Pass Property animation-duration does not inherit
|
||||
Pass Property animation-fill-mode has initial value none
|
||||
Pass Property animation-fill-mode does not inherit
|
||||
Pass Property animation-iteration-count has initial value 1
|
||||
Pass Property animation-iteration-count does not inherit
|
||||
Pass Property animation-name has initial value none
|
||||
Pass Property animation-name does not inherit
|
||||
Pass Property animation-play-state has initial value running
|
||||
Pass Property animation-play-state does not inherit
|
||||
Pass Property animation-timing-function has initial value ease
|
||||
Pass Property animation-timing-function does not inherit
|
Loading…
Add table
Add a link
Reference in a new issue