tor-browser

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

commit c4359276ccef5a27bd972ac347055dfef99dc1c1
parent b345bdade72abab086d8c2f6820dabc89f9b2490
Author: Joanne Pan <71951015+J0pan@users.noreply.github.com>
Date:   Thu, 11 Dec 2025 09:27:19 +0000

Bug 2004844 [wpt PR 56583] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=299908, a=testonly

Automatic update from web-platform-tests
WebKit export: Add pixel tolerance to css/css-color/color-mix-basic-001.html WPT (#56583)

https://bugs.webkit.org/show_bug.cgi?id=299908
--

wpt-commits: 0a240ada7c059f5fd72ed1802d1490c383b1b8d8
wpt-pr: 56583

Diffstat:
Mtesting/web-platform/tests/css/css-color/color-mix-basic-001.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/css/css-color/color-mix-basic-001.html b/testing/web-platform/tests/css/css-color/color-mix-basic-001.html @@ -4,6 +4,7 @@ <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> <link rel="author" href="https://mozilla.org" title="Mozilla"> <link rel="match" href="color-mix-basic-001-ref.html"> +<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-25088"> <style> div { color: black; } .test { background-color: red; width: 14em; height: 1em; margin-top: 0; margin-bottom: 0; }