tor-browser

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

commit 7d9ad17542498c8b9ee45456ec6f2e4761d9a35e
parent d770ec9c90bb24af7f11d44a6aae10c8c012ff99
Author: Alexandru Marc <amarc@mozilla.com>
Date:   Wed, 22 Oct 2025 12:59:09 +0000

Bug 1995527 - Update test expectations for resource-selection-invoke-in-sync-event.html on win and linux opt r=aryx DONTBUILD

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

Diffstat:
Mtesting/web-platform/meta/html/semantics/embedded-content/media-elements/loading-the-media-resource/resource-selection-invoke-in-sync-event.html.ini | 3++-
1 file changed, 2 insertions(+), 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 @@ -1,9 +1,10 @@ [resource-selection-invoke-in-sync-event.html] [await a stable state and sync event handlers] expected: + if (os == "linux") and ccov: [PASS, FAIL] if not debug and (os == "linux") and not asan and not tsan: 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 == "win"): [FAIL, PASS] if not debug and (os == "android") and sessionHistoryInParent: [FAIL, PASS] if not debug and (os == "android") and not sessionHistoryInParent: FAIL if not debug and (os == "mac"): FAIL