tor-browser

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

commit 5886fe1000529658864d2e1d34dcd46e1b9fbbdc
parent 7b177d56d14181b6891f032f30f08d358c0e77ec
Author: Gastón Rodríguez <gastonr@microsoft.com>
Date:   Fri, 10 Oct 2025 07:49:28 +0000

Bug 1992495 [wpt PR 55240] - Expand fuzziness for transform3d-preserve3d-013, a=testonly

Automatic update from web-platform-tests
Expand fuzziness for transform3d-preserve3d-013

This test has very permissive fuzziness. We are seeing failures on mac
because anti aliasing on the drawn borders is darker in the result than
in the ref by 12 points (color channel diff). This CL expands the
fuzziness slightly to help the tests pass.

Change-Id: I7476831b5677675b27ca61027450ef2ca4ae5367
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6994387
Reviewed-by: Rahul Arakeri <arakeri@microsoft.com>
Commit-Queue: Gaston Rodriguez <gastonr@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1525665}

--

wpt-commits: bc43c2437fb44098a8d4311d1976124904fdbd09
wpt-pr: 55240

Diffstat:
Mtesting/web-platform/tests/css/css-transforms/transform3d-preserve3d-013.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/web-platform/tests/css/css-transforms/transform3d-preserve3d-013.html b/testing/web-platform/tests/css/css-transforms/transform3d-preserve3d-013.html @@ -9,7 +9,7 @@ 'hidden'. (Note that the ref is nontrivial, because the scrollbar has to be scaled appropriately.)"> <link rel="match" href="transform3d-preserve3d-013-ref.html"> - <meta name=fuzzy content="maxDifference=0-100;totalPixels=0-3422"> + <meta name=fuzzy content="maxDifference=0-120;totalPixels=0-3422"> </head> <body> <div style="transform: rotatex(45deg); transform-origin: top;