tor-browser

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

commit 0525ddc78e807bb1fed92e00b31375797025aac2
parent a8a146f68812aa2832a4007b737600c1efa630d6
Author: agoloman <agoloman@mozilla.com>
Date:   Mon, 20 Oct 2025 22:11:07 +0300

Bug 1994324 - add missing parenthesis.

Diffstat:
Mtesting/web-platform/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-in-sync-event.html.ini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/web-platform/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-in-sync-event.html.ini b/testing/web-platform/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-in-sync-event.html.ini @@ -2,7 +2,7 @@ [await a stable state and sync event handlers] expected: if not debug and (os == "linux") and not asan and not tsan: FAIL - if debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL + if debug and (os == "android") and sessionHistoryInParent: [PASS, FAIL] if not debug and (os == "win") and (processor == "x86"): [FAIL, PASS] if not debug and (os == "android") and sessionHistoryInParent: [FAIL, PASS] if not debug and (os == "android") and not sessionHistoryInParent: FAIL