tor-browser

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

commit 35057f5a449890874b32f302b5bde53aa5b04fa0
parent 6350ba1768626c9da3e55dfdcf3a7ea6f9e9c6b1
Author: Sam Fortiner <samfort@microsoft.com>
Date:   Wed,  7 Jan 2026 09:48:07 +0000

Bug 2008796 [wpt PR 57019] - Enable scalefactor200 effect-reference-feimage tests, a=testonly

Automatic update from web-platform-tests
Enable scalefactor200 effect-reference-feimage tests

The expected vs actual results in this look identical to the eye and
appear to be slight anti-aliasing differences at color boundaries.

Detailed analysis:

There are three unique and identical clusters of images.

Cluster A - the expected rendering which is identical across platforms.
Cluster B - the actual renderings without will-change
Cluster C - the actual renderings with will-change

Cluster B <-> C: Differ by 21 pixels with a max per-channel delta of 1.

Cluster A <-> B and A <-> C: Differ by 0.9% of pixels with a max
per-channel delta of 11.

This CL modifies the image comparison to allow fuzzy matching with these
values.

Bug: 40118302
Change-Id: Iad0449727ea8e4bcc5ff45b3d207fe7aef6ebfcd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6757627
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Sam Fortiner <samfort@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1565140}

--

wpt-commits: 5c1715f055d57b0575578f21fd4c3c1c7318c2d7
wpt-pr: 57019

Diffstat:
Mtesting/web-platform/tests/css/filter-effects/effect-reference-feimage-001.html | 1+
Mtesting/web-platform/tests/css/filter-effects/effect-reference-feimage-002.html | 1+
Mtesting/web-platform/tests/css/filter-effects/effect-reference-feimage-003.html | 1+
Mtesting/web-platform/tests/css/filter-effects/effect-reference-feimage-004.html | 1+
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-001.html b/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-001.html @@ -4,6 +4,7 @@ <link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty"> <link rel="match" href="reference/effect-reference-feimage-001-ref.html"> <meta name="assert" content="This test ensures that CSS reference filters supports feImage."/> +<meta name="fuzzy" content="maxDifference=0-11; totalPixels=0-17278"/> <style> #filtered { width: 160px; diff --git a/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-002.html b/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-002.html @@ -4,6 +4,7 @@ <link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty"> <link rel="match" href="reference/effect-reference-feimage-002-ref.html"> <meta name="assert" content="This test ensures that CSS reference filters with 'will-change: transform' supports feImage."/> +<meta name="fuzzy" content="maxDifference=0-11; totalPixels=0-17278"/> <style> #filtered { width: 160px; diff --git a/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-003.html b/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-003.html @@ -4,6 +4,7 @@ <link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty"> <link rel="match" href="reference/effect-reference-feimage-003-ref.html"> <meta name="assert" content="This test ensures that CSS reference filters support a dynamically attached feImage."/> +<meta name="fuzzy" content="maxDifference=0-11; totalPixels=0-17278"/> <body> <style> diff --git a/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-004.html b/testing/web-platform/tests/css/filter-effects/effect-reference-feimage-004.html @@ -4,6 +4,7 @@ <link rel="help" href="https://drafts.fxtf.org/filter-effects-1/#FilterProperty"> <link rel="match" href="reference/effect-reference-feimage-004-ref.html"> <meta name="assert" content="This test ensures that CSS reference filters with 'will-change: filter' supports feImage."/> +<meta name="fuzzy" content="maxDifference=0-11; totalPixels=0-17278"/> <style> #filtered { width: 160px;