[Webkit-unassigned] [Bug 129838] New: [CSS Shapes] inset complex calc() args vanish in serialized computed style

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 15:32:49 PST 2014


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

           Summary: [CSS Shapes] inset complex calc() args vanish in
                    serialized 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 file tests this:

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

getComputedStyle(div).getPropertyValue('-webkit-shape-outside') returns:

inset( round 0px 0px 0px 0px / 0px 0px 0px 0px)

The inset args completely vanish.

Some additional info:
- The inline style version of this test passes
- If I drop the '- 10in' from the calc() the args don't vanish

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