RESOLVED FIXED 125394
getComputedStyle border-radius shorthand omits vertical radius information
https://bugs.webkit.org/show_bug.cgi?id=125394
Summary getComputedStyle border-radius shorthand omits vertical radius information
Ryosuke Niwa
Reported 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.
Attachments
Fixes the bug (18.20 KB, patch)
2013-12-07 13:10 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2013-12-07 13:10:27 PST
Created attachment 218664 [details] Fixes the bug
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2013-12-08 21:10:55 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.