Bug 125394 - getComputedStyle border-radius shorthand omits vertical radius information
Summary: getComputedStyle border-radius shorthand omits vertical radius information
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-12-07 12:22 PST by Ryosuke Niwa
Modified: 2013-12-08 21:10 PST (History)
9 users (show)

See Also:


Attachments
Fixes the bug (18.20 KB, patch)
2013-12-07 13:10 PST, Ryosuke Niwa
no flags 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-12-07 12:22:11 PST
Merge https://chromium.googlesource.com/chromium/blink/+/4c2866855dddbb28bb7d978ad627acc368af23d0

getComputedStyle of border-radius shows the vertical radius components if they differ from their horizontal counterpants.
We were incorrectly detecting this case and over simplifying the results of getComputedStyle.
This patch ensures we only hide the vertical values if they are identical to the horizontal values.
Comment 1 Ryosuke Niwa 2013-12-07 13:10:27 PST
Created attachment 218664 [details]
Fixes the bug
Comment 2 WebKit Commit Bot 2013-12-08 21:10:51 PST
Comment on attachment 218664 [details]
Fixes the bug

Clearing flags on attachment: 218664

Committed r160299: <http://trac.webkit.org/changeset/160299>
Comment 3 WebKit Commit Bot 2013-12-08 21:10:55 PST
All reviewed patches have been landed.  Closing bug.