[Webkit-unassigned] [Bug 132747] New: [CSS Shapes] serialization of the computed value should omit the default radii
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 9 11:54:28 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=132747
Summary: [CSS Shapes] serialization of the computed value
should omit the default radii
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
For the following shape definitions:
circle(at 50px 50px)
circle(closest-side at 50px 50px)
ellipse(at 50px 50px)
ellipse(closest-side at 50px 50px)
The computed style should be circle(at 50px 50px) or ellipse(at 50px 50px), omitting the default radii.
The attached test for these 4 cases fails as the default radii is not omitted.
--
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