Bug 123866 - valueForBorderRadiusShorthand returns wrong values in some case
Summary: valueForBorderRadiusShorthand returns wrong values in some case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-11-05 21:41 PST by Ryosuke Niwa
Modified: 2013-11-05 21:58 PST (History)
11 users (show)

See Also:


Attachments
Fixes the bug (3.01 KB, patch)
2013-11-05 21:44 PST, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Added the test (7.16 KB, patch)
2013-11-05 21:46 PST, Ryosuke Niwa
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-11-05 21:41:21 PST
Merge https://chromium.googlesource.com/chromium/blink/+/0933728126f2db06ab8e945efc98bffa2d42af1c

Because valueForBorderRadiusShorthand misses the followings:

- showHorizontalBottomRight depends on showHorizontalBottomLeft.

- showHorizontalTopRight depends on showHorizontalBottomRight (including showHorizontalBottomLeft).

c.f. http://dev.w3.org/csswg/css-backgrounds/#the-border-radius
Comment 1 Ryosuke Niwa 2013-11-05 21:44:29 PST
Created attachment 216127 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2013-11-05 21:46:35 PST
Created attachment 216128 [details]
Added the test
Comment 3 Ryosuke Niwa 2013-11-05 21:58:45 PST
Committed r158721: <http://trac.webkit.org/changeset/158721>