Bug 123866

Summary: valueForBorderRadiusShorthand returns wrong values in some case
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: CSSAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kling, koivisto, macpherson, menard, tasak
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug
none
Added the test kling: review+

Ryosuke Niwa
Reported 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
Attachments
Fixes the bug (3.01 KB, patch)
2013-11-05 21:44 PST, Ryosuke Niwa
no flags
Added the test (7.16 KB, patch)
2013-11-05 21:46 PST, Ryosuke Niwa
kling: review+
Ryosuke Niwa
Comment 1 2013-11-05 21:44:29 PST
Created attachment 216127 [details] Fixes the bug
Ryosuke Niwa
Comment 2 2013-11-05 21:46:35 PST
Created attachment 216128 [details] Added the test
Ryosuke Niwa
Comment 3 2013-11-05 21:58:45 PST
Note You need to log in before you can comment on or make changes to this bug.