[Webkit-unassigned] [Bug 171244] New: border radius doesn't crop background in a specific case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 24 13:04:01 PDT 2017


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

            Bug ID: 171244
           Summary: border radius doesn't crop background in a specific
                    case
           Product: WebKit
           Version: Safari 10
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sancho at cdrpro.ru

Created attachment 307999

  --> https://bugs.webkit.org/attachment.cgi?id=307999&action=review

Result

An example of code:

body {
  background: #000;
}

div {
  display: table;
  padding: 20px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid #ebebeb;
  border-top: 0;
  border-radius: 20px;
}

Here is a live example https://jsfiddle.net/xfk8d660/
Note: this code works fine if remove display: table or border-top: 0.

-- 
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/20170424/021de3e2/attachment.html>


More information about the webkit-unassigned mailing list