tor-browser

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

RTCRtpTransceiver.https.html.ini (1351B)


      1 [RTCRtpTransceiver.https.html]
      2  restart-after:
      3    if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1641237
      4  bug: 1709960
      5  expected:
      6    if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      7    if os == "win": OK
      8    if os == "linux": OK
      9    [OK, TIMEOUT]
     10  [track with video gets unmuted when packets flow.]
     11    expected:
     12      if (os == "mac") and debug: [PASS, FAIL]
     13      if (os == "mac") and not debug: [PASS, FAIL]
     14 
     15  [track with video stays muted when setting the transceiver direction to 'sendrecv' after 'inactive' but no packets flow]
     16    expected:
     17      if (os == "mac") and not debug: [FAIL, PASS]
     18      FAIL
     19 
     20  [track with audio gets unmuted when setting the transceiver direction to 'sendrecv' after 'inactive']
     21    expected:
     22      if (os == "mac") and not debug: [PASS, FAIL]
     23 
     24  [track with video gets unmuted when setting the transceiver direction to 'sendrecv' after 'inactive']
     25    expected:
     26      if (os == "mac") and not debug: [PASS, FAIL]
     27 
     28  [track with video gets muted when setting the transceiver direction to 'inactive']
     29    expected:
     30      if (os == "mac") and not debug: [PASS, FAIL]
     31 
     32  [track with audio stays muted when setting the transceiver direction to 'sendrecv' after 'inactive' but no packets flow]
     33    expected:
     34      if (os == "mac") and not debug: [PASS, FAIL]