[Webkit-unassigned] [Bug 110889] New: REGRESSION (r134631) of border-radius percentage with border pixel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 09:32:57 PST 2013


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

           Summary: REGRESSION (r134631) of border-radius percentage with
                    border pixel
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jtmacey at gmail.com
                CC: junov at google.com


Created an attachment (id=190308)
 --> (https://bugs.webkit.org/attachment.cgi?id=190308&action=review)
HTML usecase showing the regression

Changeset 134631 for bug 101974 broke the ability to use a percentage-based border-radius with a defined border in pixels.

Sample CSS showcasing:
p{
    border-radius:50% 50% 0 0 / 100%;
    border:1px solid #000;
}

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