[Webkit-unassigned] [Bug 130369] New: [CSS Shapes] shape-margin in percentage units always computes to 0px

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 17 16:48:29 PDT 2014


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

           Summary: [CSS Shapes] shape-margin in percentage units always
                    computes to 0px
           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 following shape definition results in at shape-margin: 0px:

-webkit-shape-margin: 10%;
-webkit-shape-outside: inset(40px 100px 40px 0px);

I've attached two ref files to go with the test file - one is with just a simple green square element, the other is with the same shape defined with the shape-margin: 20px, which should be the computed value of the 10% in the test file (containing block is 200px x 200px)

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