Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Resize handles now render correctly when scrollbar-width none
https://bugs.webkit.org/show_bug.cgi?id=253310 Reviewed by Simon Fraser. Resize handle sizing and painting now accounts for when scrollbar-width is none. RenderTextControl now correctly uses the scrollbar width style when getting scrollbar thickness. * LayoutTests/TestExpectations: * Source/WebCore/rendering/RenderLayerScrollableArea.cpp: (WebCore::RenderLayerScrollableArea::overflowControlsRects const): (WebCore::RenderLayerScrollableArea::paintResizer): * Source/WebCore/rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::scrollbarThickness const): Canonical link: https://commits.webkit.org/264630@main
- Loading branch information
1 parent
74481ec
commit aa4860a
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters