tor-browser

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

commit 62b77918939deee8f1c87a5b18c30878522dd9d5
parent 89367db5a3f0388f28a250681b575c8dfbba4602
Author: Tim Nguyen <nt1m@users.noreply.github.com>
Date:   Tue, 16 Dec 2025 08:46:25 +0000

Bug 2005436 [wpt PR 56672] - Add fuzzy metadata to display-p3-linear-006.html, a=testonly

Automatic update from web-platform-tests
Add fuzzy metadata to display-p3-linear-006.html
--

wpt-commits: a10976f1ae56923807bf49a54ea135ac165829a8
wpt-pr: 56672

Diffstat:
Mtesting/web-platform/tests/css/css-color/display-p3-linear-006.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-color/display-p3-linear-006.html b/testing/web-platform/tests/css/css-color/display-p3-linear-006.html @@ -7,6 +7,7 @@ <link rel="help" href="https://drafts.csswg.org/css-color-4/#oklab-lab-to-predefined"> <link rel="match" href="mossgreensquare-ref.html"> <meta name="assert" content="display-p3-linear with no alpha"> +<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-24576"> <style> .test, .test2 { background-color: red; width: 12em; height: 4em; } .ref {background-color: rgb(44.8436% 53.537% 28.8112%); width: 12em; height: 4em; }