tor-browser

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

commit 77e947e0a0e4a960fb85e3e8b51ba7e85eb2e6fe
parent 328a096339e350115644a4aef787c1dec3693864
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Mon,  8 Dec 2025 14:13:03 +0000

Bug 2004675 [wpt PR 56559] - Update wpt metadata, a=testonly

wpt-pr: 56559
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/webrtc/RTCRtpTransceiver.https.html.ini | 3+++
Mtesting/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini | 1+
Mtesting/web-platform/meta/webrtc/simulcast/h264.https.html.ini | 1+
3 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/webrtc/RTCRtpTransceiver.https.html.ini b/testing/web-platform/meta/webrtc/RTCRtpTransceiver.https.html.ini @@ -10,3 +10,6 @@ [track with video gets unmuted when packets flow.] expected: if (os == "mac") and debug: [PASS, FAIL] + + [track with video stays muted when setting the transceiver direction to 'sendrecv' after 'inactive' but no packets flow] + expected: FAIL diff --git a/testing/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini b/testing/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini @@ -8,6 +8,7 @@ if (os == "linux") and asan: [PASS, TIMEOUT] if (os == "linux") and not asan: [PASS, TIMEOUT] if os == "mac": [PASS, FAIL] + if (os == "win") and (processor == "x86_64"): FAIL [Can demux two video tracks with the same payload type on an unbundled connection] expected: diff --git a/testing/web-platform/meta/webrtc/simulcast/h264.https.html.ini b/testing/web-platform/meta/webrtc/simulcast/h264.https.html.ini @@ -8,3 +8,4 @@ if (os == "linux") and not asan and not debug: [PASS, TIMEOUT] if (os == "linux") and asan: [PASS, TIMEOUT] if os == "mac": [PASS, FAIL] + if (os == "win") and (processor == "x86_64"): FAIL