Bug 127618 - [basic-shape] polygon() functions returns fill-rule for element style even if not specified
Summary: [basic-shape] polygon() functions returns fill-rule for element style even if...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-25 04:26 PST by Dirk Schulze
Modified: 2014-01-25 04:26 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 2014-01-25 04:26:55 PST
The polygon function always returns a fill-rule for element style, even if the fill-rule was not specified.

element.style.webkitShapeInside = polygon(2px 2px)

then

element.style.webkitShapeInside

returns polygon(nonzero, 2px 2px);