tor-browser

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

commit 06ee928e276b7e33c22e0d52f0a2915596990310
parent ae19f80fa81862494123ff178bcb62b6d24ee58b
Author: Ting-Yu Lin <tlin@mozilla.com>
Date:   Mon, 20 Oct 2025 21:43:07 +0000

Bug 1994235 - Increase fuzzy tolerance for box-decoration-break-border-image.html. r=layout-reviewers,dshin

This patch prevents intermittent failures when simulating current nightly as
beta.

Differential Revision: https://phabricator.services.mozilla.com/D269177

Diffstat:
Mlayout/reftests/css-break/reftest.list | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout/reftests/css-break/reftest.list b/layout/reftests/css-break/reftest.list @@ -1,7 +1,7 @@ == box-decoration-break-1.html box-decoration-break-1-ref.html fuzzy(0-1,0-700) == box-decoration-break-with-inset-box-shadow-1.html box-decoration-break-with-inset-box-shadow-1-ref.html fuzzy(0-64,0-484) fuzzy-if(Android,0-70,0-1330) == box-decoration-break-with-outset-box-shadow-1.html box-decoration-break-with-outset-box-shadow-1-ref.html # Bug 1386543, bug 1392106 -fuzzy(0-255,0-10) == box-decoration-break-border-image.html box-decoration-break-border-image-ref.html +fuzzy(0-255,0-80) == box-decoration-break-border-image.html box-decoration-break-border-image-ref.html == box-decoration-break-block-border-padding.html box-decoration-break-block-border-padding-ref.html == box-decoration-break-block-margin.html box-decoration-break-block-margin-ref.html fuzzy-if(!Android,0-1,0-62) fuzzy-if(Android,0-8,0-6627) == box-decoration-break-first-letter.html box-decoration-break-first-letter-ref.html #Bug 1313773