tor-browser

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

commit 9b2dd9691537d8db83750cf51b54b51654945a60
parent c8734640c733f75399934b3a911b296147da78fb
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Tue,  4 Nov 2025 07:13:00 +0000

Bug 1997902 [wpt PR 55825] - Update wpt metadata, a=testonly

wpt-pr: 55825
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/css/css-view-transitions/offscreen-element-modified-before-coming-onscreen.html.ini | 3++-
Mtesting/web-platform/meta/webrtc/protocol/rtp-demuxing.html.ini | 1+
Mtesting/web-platform/meta/webrtc/simulcast/h264.https.html.ini | 4++--
3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/testing/web-platform/meta/css/css-view-transitions/offscreen-element-modified-before-coming-onscreen.html.ini b/testing/web-platform/meta/css/css-view-transitions/offscreen-element-modified-before-coming-onscreen.html.ini @@ -1,4 +1,5 @@ [offscreen-element-modified-before-coming-onscreen.html] expected: - if (os == "android"): [PASS, FAIL] + if os == "android": [PASS, FAIL] + if (os == "linux") and swgl and fission: [FAIL, PASS] 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 @@ -1,5 +1,6 @@ [rtp-demuxing.html] bug: 1709960 + expected: TIMEOUT [Can demux two video tracks with different payload types on a bundled connection] expected: if (os == "mac") and debug: PASS diff --git a/testing/web-platform/meta/webrtc/simulcast/h264.https.html.ini b/testing/web-platform/meta/webrtc/simulcast/h264.https.html.ini @@ -1,8 +1,8 @@ [h264.https.html] bug: 1709960 + expected: TIMEOUT [H264 simulcast setup with two streams] expected: if (os == "mac") and debug: PASS - if os == "linux": PASS + if os == "linux": TIMEOUT if os == "android": PASS - [PASS, FAIL]