[Webkit-unassigned] [Bug 127040] New: box-shadow stops working at 2042px spread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 15 03:46:25 PST 2014


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

           Summary: box-shadow stops working at 2042px spread
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.9
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: erik at chocomoko.com


box-shadow stops working at a 2042px spread value, if a border-radius is set.

div {
    border-radius: 3px;
    box-shadow: 0 0 0 2042px rgba(0,0,0,0.2), 0 0 0 3px #aaa;
    height: 100px;
    width: 100px;
}

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