tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 863296ba9fd460379bd0e14a83fa65037a7e3b55
parent 18ae2eefe6fd9ab3a2c856c498b4cc878e09e75f
Author: Cristina Horotan <chorotan@mozilla.com>
Date:   Fri,  9 Jan 2026 16:17:07 +0200

Revert "Bug 2009222: Hide scrollbars in anchor-scroll-chained-003.html. r=dholbert" for causing Wr failures on anchor-scroll-chained-003.html

This reverts commit 2c006c4d18034afc7a6457d29168fcf2a3f63c7d.

Diffstat:
Mtesting/web-platform/tests/css/css-anchor-position/anchor-scroll-chained-003.html | 5+----
Mtesting/web-platform/tests/css/css-anchor-position/reference/anchor-scroll-chained-003-ref.html | 2+-
2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/testing/web-platform/tests/css/css-anchor-position/anchor-scroll-chained-003.html b/testing/web-platform/tests/css/css-anchor-position/anchor-scroll-chained-003.html @@ -20,10 +20,7 @@ div { } #scroller1,#scroller2 { - /* Using scrollbars here tests scrollbar painting order as well, which isn't - related to anchor positioning. See: - https://github.com/web-platform-tests/wpt/pull/55022#issuecomment-3499478504 */ - overflow: hidden; + overflow: scroll; } #anchor { diff --git a/testing/web-platform/tests/css/css-anchor-position/reference/anchor-scroll-chained-003-ref.html b/testing/web-platform/tests/css/css-anchor-position/reference/anchor-scroll-chained-003-ref.html @@ -16,7 +16,7 @@ div { } #scroller1,#scroller2 { - overflow: hidden; + overflow: scroll; } #anchor {