[Webkit-unassigned] [Bug 129840] New: [CSS Shapes] polygon default fill-rule should be omitted from the serialization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 15:46:04 PST 2014


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

           Summary: [CSS Shapes] polygon default fill-rule should be
                    omitted from the serialization
           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:

polygon(1px 2px, 3px 4px, 5px 6px)

Which should serialize to the same string.

However, the default fill-rule is added to the serialized string:

polygon(nonzero, 1px 2px, 3px 4px, 5px 6px)


Note: This uses testharness.js and the relative path in the test assumes the test is run from LayoutTests/fast/shapes/

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