Bug 273167 - [iOS] Force mock scrollbars to have zero width
Summary: [iOS] Force mock scrollbars to have zero width
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikos Mouchtaris
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-04-23 21:53 PDT by Simon Fraser (smfr)
Modified: 2024-05-24 11:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2024-04-23 21:53:04 PDT
Mock scrollbars on iOS take space (unlike all other scrollbars on that platform), but many layout tests hit the async scrolling path which just hides all scrollbars. Let's try making mock scrollbars have zero width. See also a previous attempt to clean this up in bug 261300.
Comment 1 Radar WebKit Bug Importer 2024-04-23 21:53:20 PDT
<rdar://problem/126965107>
Comment 2 Simon Fraser (smfr) 2024-04-23 21:54:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27675
Comment 3 Nikos Mouchtaris 2024-05-24 11:02:26 PDT
Pull request: https://github.com/WebKit/WebKit/pull/29063