[Webkit-unassigned] [Bug 132313] New: [CSS Shapes] complex calc values for shape-margin return null for computed style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 28 17:33:55 PDT 2014


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

           Summary: [CSS Shapes] complex calc values for shape-margin
                    return null for computed style
           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 this:

-webkit-shape-margin: calc(25%*3 - 10in);

getPropertyValue() on the computedStyle returns null. Simpler calc values are fine - for this one, remove the "- 10in" and the test passes.

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