[Webkit-unassigned] [Bug 204348] New: REGRESSION (r252161): box-shadow with inset and rounded borders is clipped

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 19 03:33:10 PST 2019


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

            Bug ID: 204348
           Summary: REGRESSION (r252161): box-shadow with inset and
                    rounded borders is clipped
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at apple.com

This simple test is now clipped after r252161:

<style>

    div {
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        box-shadow: black 0px 0px 0px 2px inset;
        height: 40px;
        width: 40px;
    }

</style>
<div></div>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191119/30e4246b/attachment.htm>


More information about the webkit-unassigned mailing list