1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 23:48:11 +00:00

Tests/LibWeb: Add object-position to the getComputedStyle test

The test was failing because we now support the new and shiny
object-position property.
This commit is contained in:
Tobias Christiansen 2023-10-30 16:39:26 +01:00 committed by Andreas Kling
parent e60253d64c
commit 3b1083c4cb

View file

@ -115,6 +115,7 @@ min-height: auto
min-inline-size: 0px
min-width: auto
object-fit: fill
object-position: left 50% top 50%
opacity: 1
order: 0
outline-color: rgb(0, 0, 0)