tor-browser

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

commit 201177984218565a7ee218db48ead3404259a606
parent 8de7716133cef079f5739b084fdbdf4f70e9800c
Author: Tim Nguyen <nt1m@users.noreply.github.com>
Date:   Wed, 15 Oct 2025 08:57:42 +0000

Bug 1993966 [wpt PR 55377] - Remove opacity: 0.99999 from backdrop-filter-fixed-clip.html, a=testonly

Automatic update from web-platform-tests
Remove opacity: 0.99999 from backdrop-filter-fixed-clip.html (#55377)

It's causing unnecessary fuzziness and compositing differences that are not necessary to test backdrop-filter.

--

wpt-commits: 4ae2deda519dba8c9a13df34a710b66e03446f57
wpt-pr: 55377

Diffstat:
Mtesting/web-platform/tests/css/filter-effects/backdrop-filter-fixed-clip.html | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testing/web-platform/tests/css/filter-effects/backdrop-filter-fixed-clip.html b/testing/web-platform/tests/css/filter-effects/backdrop-filter-fixed-clip.html @@ -4,7 +4,7 @@ <link rel="author" href="mailto:masonf@chromium.org"> <link rel="help" href="https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty"> <link rel="match" href="backdrop-filter-fixed-clip-ref.html"> -<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-54400"> +<meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-54400"> <div style="width:600px;"> <p>Expected: A green box, overlapping red box, and a small, inset cyan box. The<br> @@ -30,7 +30,6 @@ div { left: 10px; } #B { - opacity: 0.99999; background:green; } #F {