mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
ca57e40350
Before this change, we were resolving border radii values based on content box + border widths only, ignoring padding.
10 lines
268 B
HTML
10 lines
268 B
HTML
<!doctype html><head>
|
|
<link rel="match" href="reference/border-radius-with-padding-ref.html" />
|
|
<style type="text/css">
|
|
div {
|
|
border: 1px solid black;
|
|
border-radius: 32px;
|
|
padding: 25px;
|
|
width: 0px;
|
|
}
|
|
</style></head><body><div>
|