While making a PR for the scrollbar-width CSS property I noticed an existing issue where textareas with hidden scrollbars don't display a resize handle. https://jsfiddle.net/yu2opbts/4/ Using the above jsfiddle in Chromium and Safari the textarea has no resize handle but in Firefox (which implements scrollbar-width but not ::-webkit-scrollbar) there is a rendered resize handle. This is also expected by the web platform tests (https://wpt.fyi/results/css/css-scrollbars/textarea-scrollbar-width-none.html).
<rdar://problem/106551509>
Pull request: https://github.com/WebKit/WebKit/pull/14426
Committed 264630@main (aa4860ae6d41): <https://commits.webkit.org/264630@main> Reviewed commits have been landed. Closing PR #14426 and removing active labels.