tor-browser

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

commit 45f1ee04d2355977c6c72255e8bc9ef225b4f94c
parent 5252da15f62ee9d5090a38271761a2cc73aecc9b
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Fri,  3 Oct 2025 20:22:11 +0000

Bug 1992489 [wpt PR 55237] - Update wpt metadata, a=testonly

wpt-pr: 55237
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/mediacapture-streams/GUM-optional-constraint.https.html.ini | 1+
Mtesting/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html.ini | 2++
Mtesting/web-platform/meta/mediacapture-streams/MediaStream-clone.https.html.ini | 1+
Mtesting/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCIceTransport.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html.ini | 1+
Mtesting/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-simulcast.https.html.ini | 1+
7 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-optional-constraint.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-optional-constraint.https.html.ini @@ -3,3 +3,4 @@ if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html.ini @@ -3,3 +3,5 @@ if (os == "android") and sessionHistoryInParent and debug: [OK, CRASH] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] + if not sessionHistoryInParent and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-clone.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-clone.https.html.ini @@ -4,3 +4,4 @@ if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "mac") and debug: [OK, TIMEOUT] if (os == "mac") and not debug: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini @@ -4,6 +4,7 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] [Test that a video element rendering a disabled video track reports correct intrinsic dimensions] expected: if (os == "linux") and debug and fission: PASS diff --git a/testing/web-platform/meta/webrtc/RTCIceTransport.html.ini b/testing/web-platform/meta/webrtc/RTCIceTransport.html.ini @@ -2,6 +2,7 @@ expected: if not sessionHistoryInParent and debug: [TIMEOUT, OK] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] [Two connected iceTransports should have matching local/remote candidates returned] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1307994 expected: FAIL diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html.ini @@ -1,3 +1,4 @@ [RTCPeerConnection-setRemoteDescription-rollback.html] expected: if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-simulcast.https.html.ini b/testing/web-platform/meta/webrtc/RTCPeerConnection-setRemoteDescription-simulcast.https.html.ini @@ -5,3 +5,4 @@ expected: if not fission and (os == "linux") and debug: [OK, ERROR] if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT]