tor-browser

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

commit 8193a748964fceb9571badd15562b7c6bcccb96b
parent 6337bf11f162254834f09801f5b8bb4dec35162f
Author: Sam Sneddon <gsnedders@apple.com>
Date:   Mon, 10 Nov 2025 22:20:25 +0000

Bug 1998792 [wpt PR 55924] - Update infrastructure/metadata/ based on recent infra PRs, a=testonly

Automatic update from web-platform-tests
Update infrastructure/metadata/ based on recent infra PRs

--

wpt-commits: 9065f0b3dfb062b90441d291e5542d40adc4883e
wpt-pr: 55924

Diffstat:
Dtesting/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest.www.sub.html.ini | 3---
Mtesting/web-platform/tests/infrastructure/metadata/infrastructure/server/context.any.js.ini | 5+++--
Atesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/elementTiming.html.ini | 6++++++
Dtesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/mouseClickCount.html.ini | 4----
Mtesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/wheelScroll.html.ini | 4++++
Mtesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini | 5++++-
Mtesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini | 4+++-
7 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest.www.sub.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/reftest/reftest.www.sub.html.ini @@ -1,3 +0,0 @@ -[reftest.www.sub.html] - expected: - if product == "safari": ERROR diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/server/context.any.js.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/server/context.any.js.ini @@ -5,8 +5,9 @@ [context.any.serviceworker-module.html] expected: - if product == "firefox": ERROR - if product == "firefox_android": ERROR + if product == "firefox_android": [OK, ERROR] + # See e.g. https://community-tc.services.mozilla.com/tasks/IouM2LcdQy6b6ImEvgZ0kg + if product == "firefox": [ERROR, OK] [context.any.worker-module.html] diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/elementTiming.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/elementTiming.html.ini @@ -0,0 +1,6 @@ +[elementTiming.html] + [TestDriver actions: element timing] + expected: + # See e.g. https://community-tc.services.mozilla.com/tasks/Zbk_J0hyTLW5dn0l7X8bTw + # TestDriver actions: element timing - assert_array_equals: expected property 1 to be 150 but got 149 (expected array [50, 150] got [50, 149]) + if product == "firefox_android": [PASS, FAIL] diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/mouseClickCount.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/mouseClickCount.html.ini @@ -1,4 +0,0 @@ -[mouseClickCount.html] - [TestDriver actions: test the mouse click counts at different cases] - expected: - if product == "safari": FAIL diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/wheelScroll.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/actions/wheelScroll.html.ini @@ -1,3 +1,7 @@ [wheelScroll.html] expected: if product == "epiphany": ERROR + [TestDriver actions: wheel scroll] + expected: + # See e.g. https://community-tc.services.mozilla.com/tasks/RfCM4rBSQ-SA_p2ZgKMJiA + if product == "firefox_android": [PASS, FAIL] diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_descriptor.https.html.ini @@ -1,3 +1,6 @@ [simulate_descriptor.https.html] expected: - if product != "chrome": ERROR + # See e.g. https://community-tc.services.mozilla.com/tasks/cNuMRzbiQfKkLAji27vXHg + # webdriver.bidi.error.UnknownErrorException: unknown error (execution contexts cleared) + if product == "chrome": [OK, ERROR] + ERROR diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_service.https.html.ini @@ -1,3 +1,5 @@ [simulate_service.https.html] expected: - if product != "chrome": ERROR + # See e.g. https://community-tc.services.mozilla.com/tasks/YXMQacBCSXyzpaVWuERLQQ + if product == "chrome": [OK, ERROR] + ERROR