tor-browser

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

commit b383d13135c02470cb08301477094aa167c6c68b
parent a3acf350c2af92f85fffb534888d09415286a6ab
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Fri,  3 Oct 2025 12:28:30 +0200

Bug 1962598 - Annotate some tests on android.

Diffstat:
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-006.html.ini | 10+++++++++-
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-009.html.ini | 4++++
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-010.html.ini | 10++++++++--
3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-006.html.ini b/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-006.html.ini @@ -10,5 +10,13 @@ [Should use the first position option with enough space below and right] expected: - if (os == "mac") and not debug: [PASS, FAIL] + if (os == "mac") or (os == "android"): [PASS, FAIL] FAIL + + [Should use the last (fourth) position option initially] + expected: + if os == "android": FAIL + + [Should still use the last position option as long as it fits.] + expected: + if os == "android": FAIL 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 @@ -10,3 +10,7 @@ if (os == "mac") and not debug: [PASS, FAIL] if os == "android": [PASS, FAIL] 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-010.html.ini b/testing/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-010.html.ini @@ -1,11 +1,17 @@ [anchor-scroll-position-try-010.html] [Should use the third fallback position with enough space right] - expected: FAIL + expected: + if (os == "android"): [PASS, FAIL] + FAIL [Should use the second fallback position with enough space above] expected: FAIL [Should use the first fallback position with enough space right and above] expected: - if (os == "mac") and not debug: [PASS, FAIL] + if (os == "mac") or (os == "android"): [PASS, FAIL] FAIL + + [Should use the last fallback position initially] + expected: + if (os == "android"): FAIL