ladybird/Tests/LibWeb/Text/expected/interpolation-longhand-properties.txt
Tim Ledbetter 3ae48776fd LibWeb: Round integral values to the nearest integer when interpolating
Previously, color components were being incorrectly rounded when
interpolating.
2025-07-30 10:51:50 +02:00

24 lines
751 B
Text

At time 400:
accent-color: rgb(78, 88, 99)
align-content: flex-start
animation-duration: 0s
aspect-ratio: 1.54415 / 1
background-color: rgb(78, 88, 99)
background-repeat: repeat-x
bottom: auto
box-shadow: rgb(153, 0, 102) 40px 80px 126px 0px inset, rgba(0, 0, 102, 0.4) 20px 4px 8px 12px
color: rgb(153, 0, 102)
transform: matrix(1, 0, 0, 1, 40, 40)
At time 750:
accent-color: rgb(147, 157, 168)
align-content: space-between
animation-duration: 0s
aspect-ratio: 1.36506 / 1
background-color: rgb(147, 157, 168)
background-repeat: space
bottom: 100%
box-shadow: rgb(64, 0, 191) 75px 150px 227.5px 0px, rgba(0, 0, 191, 0.75) 37.5px 7.5px 15px 22.5px
color: rgb(64, 0, 191)
transform: matrix(1, 0, 0, 1, 75, 75)