[Webkit-unassigned] [Bug 132293] New: [CSS Shapes] complex calc args for inset round vanish

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 28 11:43:36 PDT 2014


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

           Summary: [CSS Shapes] complex calc args for inset round vanish
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rhauck at adobe.com


The attached test has a case for using complex calc arguments as the inset round value:

inset(10px 10px 10px 10px round calc(25%*3 - 10in))

The computed style returned is:

inset(10px)

This was hidden behind a couple of other serialization issues that have been fixed recently. Now that they're fixed, this issue still remains.

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