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
commit 3b1083c4cb
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00

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)