1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:17:35 +00:00

LibWeb: Begin adding a longhand properties test

This obviously excludes all shorthand properties. Eventually this test
should contain a property entry for all CSS value and animation types
(lengths, colors, custom animated properties, etc).
This commit is contained in:
Matthew Olsson 2024-03-02 14:21:51 -07:00 committed by Alexander Kalenik
parent ae321b2cdf
commit 2dce453f11
2 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,23 @@
At time 400:
accent-color: rgb(78, 88, 99)
align-content: flex-start
animation-duration: auto
aspect-ratio: 1.54415 / 1
background-color: rgb(78, 88, 99)
background-repeat: repeat no-repeat
bottom: auto
box-shadow: rgb(163, 82, 142) 40px 80px 126px 0px inset, rgba(0, 0, 72, 0.4) 20px 4px 8px 12px
color: rgb(163, 82, 142)
transform: matrix(1, 0, 0, 1, 40, 40)
At time 750:
accent-color: rgb(147, 157, 168)
align-content: space-between
animation-duration: auto
aspect-ratio: 1.36506 / 1
background-color: rgb(147, 157, 168)
background-repeat: space space
bottom: 100%
box-shadow: rgb(81, 71, 210) 75px 150px 227.5px 0px, rgba(0, 0, 174, 0.749) 37.5px 7.5px 15px 22.5px
color: rgb(81, 71, 210)
transform: matrix(1, 0, 0, 1, 75, 75)