Bug 82189
Summary: | border-radius and a border on only one side | ||
---|---|---|---|
Product: | WebKit | Reporter: | habereder |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | davidbarr |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 | ||
URL: | http://jsfiddle.net/Dz6sM/ |
habereder
Hi,
an element with a border on only one side and a border-radius acts weird.
Half of the element gets the border-color as background-color.
Testcase:
HTML:
<div>foo</div>
CSS:
div {
width:200px;
height:200px;
background:lightblue;
border-bottom:5px solid orange;
border-radius:5px;
}
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
habereder
When I use border-radius:0 0 5px 5px instead it works as expected: http://jsfiddle.net/Dz6sM/1/
David Barr
I could not reproduce this issue even with r37376 nor r115930. What revision of WebKit can this be reproduced with?
habereder
I can't reproduce it myself …
I guess i must have tested with an old version, but i cannot remember which.
Well, sorry for the inconvenience.
Everything works as it should.
David Barr
I nor the reporter could reproduced the issue.