tor-browser

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

commit 1787dbbd6d72a89c23652364db083bc5ddb4bcee
parent 07d49b9e042c62d7d5273b31b7decbf4a08e1733
Author: Nicolas Silva <nical@fastmail.com>
Date:   Wed, 19 Nov 2025 09:40:34 +0000

Bug 1996818 - Update reftest expectations. r=layout-reviewers,dholbert

The background-repeat-space-4/10.html failures are intermittent.
I am almost certain at this point that they aren't directly related to this patch series.
The issue shows what looks like an extra row of pixels being sampled in the repeated  image shader, as if the uv sample bounds were off. I spent a lot of time trying to reproducing it and verifying that the shader is reading the right data off the gpu buffer so it's unclear where to go from there until the issue happens more consistently and/or reproduces locally.

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

Diffstat:
Mlayout/reftests/bugs/reftest.list | 2+-
Atesting/web-platform/meta/css/css-backgrounds/background-repeat-space-10.html.ini | 3+++
Atesting/web-platform/meta/css/css-backgrounds/background-repeat-space-4.html.ini | 3+++
3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list @@ -2120,7 +2120,7 @@ skip-if(Android) test-pref(ui.textScaleFactor,50) test-pref(browser.display.os-z pref(widget.disable-dark-scrollbar,false) == 1777135.html 1777135-ref.html test-pref(widget.non-native-theme.use-theme-accent,false) == 1778834.html 1778834-ref.html # do not adjust the fuzz without looking, this test was written as fuzzy on purpose (because that was the only way to make a test work) -fuzzy(16-68,26939-44426) == 1780191-1.svg 1780191-1-ref.svg +fuzzy(16-68,26939-44440) == 1780191-1.svg 1780191-1-ref.svg pref(layout.css.prefers-color-scheme.content-override,0) == 1787127.html 1787127-ref.html pref(layout.css.prefers-color-scheme.content-override,1) == 1787127.html 1787127-ref.html pref(layout.css.prefers-color-scheme.content-override,2) == 1787127.html 1787127-ref.html diff --git a/testing/web-platform/meta/css/css-backgrounds/background-repeat-space-10.html.ini b/testing/web-platform/meta/css/css-backgrounds/background-repeat-space-10.html.ini @@ -0,0 +1,3 @@ +[background-repeat-space-10.html] + expected: + if (os == "mac") and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-backgrounds/background-repeat-space-4.html.ini b/testing/web-platform/meta/css/css-backgrounds/background-repeat-space-4.html.ini @@ -0,0 +1,3 @@ +[background-repeat-space-4.html] + expected: + if (os == "mac") and not debug: [PASS, FAIL]