mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 19:24:57 +00:00

Before this change, we were resolving border radii values based on content box + border widths only, ignoring padding.
8 lines
174 B
HTML
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>
|