RESOLVED FIXED 233960
'border-radius shorthand is getting expanded in WebKit
https://bugs.webkit.org/show_bug.cgi?id=233960
Summary 'border-radius shorthand is getting expanded in WebKit
Mario Alzugray
Reported 2021-12-07 16:49:00 PST
Setting `el.style['border-radius'] = '25px'` causes webkit to modify the style string to: <div style="border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-right-radius: 25px; border-bottom-left-radius: 25px;" /> Example: https://codepen.io/onedayitwillmake/pen/BawKxWm In Chrome and Firefox the style property left as it was authored. The expanded version is also returned in the following scenarios: `el.style.cssText` or `el.outerHTML`
Attachments
Patch (2.23 KB, patch)
2021-12-08 02:10 PST, Antoine Quint
no flags
Patch (6.56 KB, patch)
2021-12-08 03:29 PST, Antoine Quint
ews-feeder: commit-queue-
Antoine Quint
Comment 1 2021-12-08 02:10:40 PST
Antoine Quint
Comment 2 2021-12-08 03:29:56 PST
EWS Watchlist
Comment 3 2021-12-08 03:30:45 PST
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Antoine Quint
Comment 4 2021-12-08 03:41:56 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/31953
EWS
Comment 5 2021-12-08 05:52:32 PST
Committed r286652 (244965@main): <https://commits.webkit.org/244965@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446346 [details].
Radar WebKit Bug Importer
Comment 6 2021-12-08 05:53:20 PST
Note You need to log in before you can comment on or make changes to this bug.