From 3b1083c4cb8f34d164062c134607e39f8849b6fa Mon Sep 17 00:00:00 2001 From: Tobias Christiansen Date: Mon, 30 Oct 2023 16:39:26 +0100 Subject: [PATCH] Tests/LibWeb: Add object-position to the getComputedStyle test The test was failing because we now support the new and shiny object-position property. --- Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt b/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt index c26d49b7a5..4f5de34d69 100644 --- a/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt +++ b/Tests/LibWeb/Text/expected/css/getComputedStyle-print-all.txt @@ -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)