[Webkit-unassigned] [Bug 82189] New: border-radius and a border on only one side

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 04:28:31 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82189

           Summary: border-radius and a border on only one side
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsfiddle.net/Dz6sM/
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: habereder at nbsp.de


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;
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list