tor-browser

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

commit 3ad2b7912f2365d03ba19552358576abd59521df
parent 022385323b3fa5c63ef015a5cf9dbb94063e3a83
Author: David Shin <dshin@mozilla.com>
Date:   Fri,  7 Nov 2025 17:57:08 +0000

Bug 1996832: Adjust WPT expectations. r=layout-anchor-positioning-reviewers,emilio

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

Diffstat:
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-006.html.ini | 7-------
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-009.html.ini | 1-
Mtesting/web-platform/meta/css/css-anchor-position/anchor-scroll-position-try-010.html.ini | 4+++-
Mtesting/web-platform/meta/css/css-anchor-position/position-try-001.html.ini | 9---------
Mtesting/web-platform/meta/css/css-anchor-position/position-try-fallbacks-003.html.ini | 14++------------
5 files changed, 5 insertions(+), 30 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 @@ -12,10 +12,3 @@ expected: if (os == "mac") or (os == "android"): [PASS, FAIL] FAIL - - [Should use the last (fourth) position option initially] - expected: 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 @@ -14,4 +14,3 @@ [Should use the last fallback position initially] expected: if os == "android": [PASS, FAIL] - 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 @@ -13,4 +13,6 @@ FAIL [Should use the last fallback position initially] - expected: FAIL + expected: + if (os == "android"): PASS + FAIL diff --git a/testing/web-platform/meta/css/css-anchor-position/position-try-001.html.ini b/testing/web-platform/meta/css/css-anchor-position/position-try-001.html.ini @@ -1,12 +1,3 @@ [position-try-001.html] - [.target 3] - expected: FAIL - - [.target 4] - expected: FAIL - - [.target 5] - expected: FAIL - [.target 6] expected: FAIL diff --git a/testing/web-platform/meta/css/css-anchor-position/position-try-fallbacks-003.html.ini b/testing/web-platform/meta/css/css-anchor-position/position-try-fallbacks-003.html.ini @@ -3,13 +3,13 @@ if (os == "linux") and debug and fission: [OK, TIMEOUT] [initial position] expected: - if (os == "android"): [PASS, FAIL] + if os == "android": [PASS, FAIL] FAIL [scroll to 100] expected: if (os == "linux") and debug and fission: [FAIL, TIMEOUT] - if (os == "android"): [PASS, FAIL] + if os == "android": [PASS, FAIL] FAIL [scroll to 101] @@ -30,13 +30,3 @@ expected: if (os == "linux") and debug and fission: [FAIL, NOTRUN] FAIL - - [scroll to 300] - expected: - if (os == "linux") and debug and fission: [FAIL, NOTRUN] - FAIL - - [scroll back to 0] - expected: - if (os == "linux") and debug and fission: [FAIL, NOTRUN] - FAIL