tor-browser

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

commit 6d0a27764fd9049993fb847a2b6f085092f899fd
parent 548fe69086b2209d7de062a29370c994ec8dcb74
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Thu,  8 Jan 2026 02:30:48 +0000

Bug 2008793 [wpt PR 57018] - Update wpt metadata, a=testonly

wpt-pr: 57018
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/webrtc-encoded-transform/RTCRtpScriptTransform-sender-worker-single-frame.https.html.ini | 3+++
Mtesting/web-platform/meta/webrtc-encoded-transform/script-change-transform.https.html.ini | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/webrtc-encoded-transform/RTCRtpScriptTransform-sender-worker-single-frame.https.html.ini b/testing/web-platform/meta/webrtc-encoded-transform/RTCRtpScriptTransform-sender-worker-single-frame.https.html.ini @@ -4,12 +4,15 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "mac") and debug: [OK, TIMEOUT] if (os == "mac") and not debug: [OK, TIMEOUT] + if not debug and (os == "win") and (processor == "x86"): [OK, TIMEOUT] [RTCRtpSender initializes its transform attribute and the Worker sends an RTCEncodedAudioFrame back] expected: if (os == "linux") and not debug and not asan and not tsan: [PASS, TIMEOUT] if (os == "mac") and not debug: [PASS, TIMEOUT] + if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT] [RTCRtpSender initializes its transform attribute and the Worker sends an RTCEncodedVideoFrame back] expected: if (os == "linux") and not debug and not asan and not tsan: [PASS, NOTRUN] if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN] + if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] diff --git a/testing/web-platform/meta/webrtc-encoded-transform/script-change-transform.https.html.ini b/testing/web-platform/meta/webrtc-encoded-transform/script-change-transform.https.html.ini @@ -3,3 +3,4 @@ if (os == "android") and debug and sessionHistoryInParent: CRASH if (os == "android") and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if (os == "android") and debug: [OK, CRASH]