tor-browser

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

commit 41f47bef3f9a28417c7f208addbfe9f2ff564727
parent 215cfbc543f8459dde0193554f088f5626f14173
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Wed, 26 Nov 2025 23:55:06 +0100

Bug 1987965 - Annotate some platform-dependent test expectations.

Diffstat:
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-007.html.ini | 1+
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-009.html.ini | 8++++++++
Atesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-014.html.ini | 4++++
3 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-007.html.ini b/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-007.html.ini @@ -1,5 +1,6 @@ [anchor-scroll-position-try-007.html] [Should use the third position option with enough space left] + if os == "android": [PASS, FAIL] expected: FAIL [Should use the last position option initially] diff --git a/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-009.html.ini b/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-009.html.ini @@ -4,6 +4,14 @@ if (os == "mac") and not debug: [PASS, FAIL] if os == "android": [PASS, FAIL] + [Should use the second fallback position with enough space below] + expected: + if os == "android": [PASS, FAIL] + + [Should use the third fallback position with enough space right] + expected: + if os == "android": [PASS, FAIL] + [Should use the last fallback position initially] expected: if os == "android": [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-014.html.ini b/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-014.html.ini @@ -0,0 +1,4 @@ +[anchor-scroll-position-try-014.html] + [anchor-scroll-position-try-014 1] + expected: + if os == "win": [PASS, FAIL]