tor-browser

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

RTCPeerConnection-remote-track-mute.https.html.ini (704B)


      1 [RTCPeerConnection-remote-track-mute.https.html]
      2  prefs: [media.peerconnection.mute_on_bye_or_timeout:true]
      3  expected:
      4    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      5    if (os == "linux") and not tsan: [OK, TIMEOUT]
      6    if (os == "android") and not debug: [OK, TIMEOUT]
      7  [pc.close() on one side causes mute events on the other]
      8    expected:
      9      if (os == "android") and sessionHistoryInParent and debug: [PASS, FAIL, TIMEOUT]
     10      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL, TIMEOUT]
     11      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL, TIMEOUT]
     12      if (os == "linux") and not tsan: [PASS, TIMEOUT]