1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 19:24:57 +00:00
serenity/Tests/LibWeb/Ref/reference/border-radius-with-padding-ref.html
Andreas Kling ca57e40350 LibWeb: Take padding into account when resolving border radii
Before this change, we were resolving border radii values based on
content box + border widths only, ignoring padding.
2024-01-07 19:28:38 +01:00

8 lines
174 B
HTML

<!doctype html><style type="text/css">
div {
border: 1px solid black;
border-radius: 32px;
width: 50px;
height: 50px;
}
</style><div>