Bug 127618
| Summary: | [basic-shape] polygon() functions returns fill-rule for element style even if not specified | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dirk Schulze <krit> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | betravis, bjonesbe, rwlbuis, zoltan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dirk Schulze
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);
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |