-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[Gecko Bug 2009222] Hide scrollbars in anchor-scroll-chained-003.html. #57104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
moz-wptsync-bot
wants to merge
4
commits into
master
Choose a base branch
from
gecko/2009222
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+6
−1
Conversation
This file contains hidden or 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
As discussed in [1], because positioned elements intersect scrollbar gutters, leaving scrollbars visible ends up testing the scrollbar painting order. [1]: #55022 (comment) Differential Revision: https://phabricator.services.mozilla.com/D278342 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2009222 gecko-commit: d7b117c5f728dd7ee9cf4bdfe9b86780874f600a gecko-reviewers: dholbert
wpt-pr-bot
approved these changes
Jan 9, 2026
Collaborator
wpt-pr-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The review process for this patch is being conducted in the Firefox project.
…l. " for causing Wr failures on anchor-scroll-chained-003.html This reverts commit 2c006c4d18034afc7a6457d29168fcf2a3f63c7d. gecko-commit: 0fd696f903f415807ee439301335e511dcb2de4e gecko-reviewers: dholbert
As discussed in [1], because positioned elements intersect scrollbar gutters, leaving scrollbars visible ends up testing the scrollbar painting order. [1]: #55022 (comment) Differential Revision: https://phabricator.services.mozilla.com/D278342 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2009222 gecko-commit: 1e2c425254e4731c7aa6c73ccd5f7469d1764e50 gecko-reviewers: dholbert
nt1m
reviewed
Jan 9, 2026
Member
nt1m
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would scrollbar-width: none be a better choice?
lando-prod-mozilla bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Jan 22, 2026
…idth: none, not overflow: hidden. r=layout-anchor-positioning-reviewers,emilio As per WPT review feedback [1]. No real mechanical difference, but it communicates the intent better. [1]: web-platform-tests/wpt#57104 Differential Revision: https://phabricator.services.mozilla.com/D280054
…ot overflow: hidden. As per WPT review feedback [1]. No real mechanical difference, but it communicates the intent better. [1]: #57104 Differential Revision: https://phabricator.services.mozilla.com/D280054 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2009222 gecko-commit: 233d41b97c03af4d583542229d33a21b82b58191 gecko-reviewers: layout-anchor-positioning-reviewers, emilio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed in 1, because positioned elements intersect scrollbar gutters,
leaving scrollbars visible ends up testing the scrollbar painting order.
Differential Revision: https://phabricator.services.mozilla.com/D278342
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=2009222
gecko-commit: d7b117c5f728dd7ee9cf4bdfe9b86780874f600a
gecko-reviewers: dholbert