tor-browser

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

commit 2e6f5482aaa670023abcadd9c74301de81239a4c
parent 180aacb3e7298f77492a19f39eb9231bfaa5454b
Author: Jonathan Lee <jonathan-j-lee@users.noreply.github.com>
Date:   Fri, 31 Oct 2025 08:55:40 +0000

Bug 1996368 [wpt PR 55650] - Adjust `infrastructure/testdriver/` expectations for `chrome`, a=testonly

Automatic update from web-platform-tests
Adjust `infrastructure/testdriver/` expectations for `chrome` (#55650)

Some intermittent `TIMEOUT`s and `ERROR`s seen in:
* https://github.com/web-platform-tests/wpt/pull/55583/checks?check_run_id=53610817621
* https://github.com/web-platform-tests/wpt/pull/55552/checks?check_run_id=53223525409
--

wpt-commits: b720bc4cad31e76f369ec4c855069695131d6bb0
wpt-pr: 55650

Diffstat:
Mtesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini | 1+
Atesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/click_nested.html.ini | 3+++
Atesting/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini | 3+++
3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/bidi/bluetooth/simulate_gatt_disconnection.https.html.ini @@ -1,3 +1,4 @@ [simulate_gatt_disconnection.https.html] expected: if product != "chrome": ERROR + [OK, ERROR] diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/click_nested.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/click_nested.html.ini @@ -0,0 +1,3 @@ +[click_nested.html] + expected: + if product == "chrome": [OK, TIMEOUT] diff --git a/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini b/testing/web-platform/tests/infrastructure/metadata/infrastructure/testdriver/click_nested_crossorigin.sub.html.ini @@ -0,0 +1,3 @@ +[click_nested_crossorigin.sub.html] + expected: + if product == "chrome": [OK, TIMEOUT]