[css] Address PR feedback for our new "scrollbar-size" CSS properties

This commit is contained in:
Olivier Philippon
2022-05-20 15:15:56 +01:00
parent 9e6140af7c
commit a55b122967
6 changed files with 40 additions and 35 deletions

View File

@@ -266,8 +266,6 @@ async def test_border_edge_types_impact_on_widget_size(
("overflow: auto", "scrollbar-size: 3 3"),
Size(20, 17),
],
# edge case: scrollbars should not be displayed at all if their size is set to 0
[Size(30, 30), ("overflow: auto", "scrollbar-size: 0 0"), Size(20, 20)],
),
)
async def test_scrollbar_size_impact_on_the_layout(