tor-browser

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

RTCRtpTransceiver-setCodecPreferences.html.ini (1060B)


      1 [RTCRtpTransceiver-setCodecPreferences.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      4    if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH, TIMEOUT]
      5    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
      6    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT]
      7  [setCodecPreferences() can remove rtx]
      8    expected: FAIL
      9 
     10  [setCodecPreferences() filters on receiver and prefers receiver order]
     11    expected:
     12      if os == "win": [PASS, FAIL]
     13      if os == "mac": [PASS, FAIL]
     14 
     15  [setCodecPreferences() should allow setting H264 as first codec]
     16    expected:
     17      if os == "win": [PASS, FAIL]
     18      if os == "mac": [PASS, FAIL]
     19 
     20  [setCodecPreferences() modifies the order of video codecs in createOffer]
     21    expected:
     22      if os == "win": [PASS, FAIL]
     23      if os == "mac": [PASS, FAIL]
     24 
     25  [setCodecPreferences() with only H264 should succeed]
     26    expected:
     27      if os == "win": [PASS, FAIL]
     28      if os == "mac": [PASS, FAIL]