tor-browser

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

encodingInfo-webrtc.any.js.ini (2835B)


      1 [encodingInfo-webrtc.any.html]
      2  [Test that encodingInfo returns a valid MediaCapabilitiesInfo objects]
      3    expected: FAIL
      4 
      5  [Test that encodingInfo returns supported, smooth, and powerEfficient set to false for non-webrtc video content type.]
      6    expected: FAIL
      7 
      8  [Test that encodingInfo returns supported, smooth, and powerEfficient set to false for non-webrtc audio content type.]
      9    expected: FAIL
     10 
     11  [Test that encodingInfo returns supported true for the codec audio/opus returned by RTCRtpSender.getCapabilities()]
     12    expected: FAIL
     13 
     14  [Test that encodingInfo returns supported true for the codec audio/G722 returned by RTCRtpSender.getCapabilities()]
     15    expected: FAIL
     16 
     17  [Test that encodingInfo returns supported true for the codec audio/PCMU returned by RTCRtpSender.getCapabilities()]
     18    expected: FAIL
     19 
     20  [Test that encodingInfo returns supported true for the codec audio/PCMA returned by RTCRtpSender.getCapabilities()]
     21    expected: FAIL
     22 
     23  [Test that encodingInfo returns supported true for the codec video/VP8; max-fs=12288;max-fr=60 returned by RTCRtpSender.getCapabilities()]
     24    expected: FAIL
     25 
     26  [Test that encodingInfo returns supported true for the codec video/VP9; max-fs=12288;max-fr=60 returned by RTCRtpSender.getCapabilities()]
     27    expected: FAIL
     28 
     29  [Test that encodingInfo returns supported true for the codec video/H264; profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1 returned by RTCRtpSender.getCapabilities()]
     30    expected: FAIL
     31 
     32  [Test that encodingInfo returns supported true for the codec video/H264; profile-level-id=42e01f;level-asymmetry-allowed=1 returned by RTCRtpSender.getCapabilities()]
     33    expected: FAIL
     34 
     35  [Test that encodingInfo returns supported true for the codec video/H264; profile-level-id=42001f;level-asymmetry-allowed=1;packetization-mode=1 returned by RTCRtpSender.getCapabilities()]
     36    expected: FAIL
     37 
     38  [Test that encodingInfo returns supported true for the codec video/H264; profile-level-id=42001f;level-asymmetry-allowed=1 returned by RTCRtpSender.getCapabilities()]
     39    expected: FAIL
     40 
     41  [Test that encodingInfo returns supported true for the codec video/AV1 returned by RTCRtpSender.getCapabilities()]
     42    expected: FAIL
     43 
     44 [encodingInfo-webrtc.any.worker.html]
     45  [Test that encodingInfo returns a valid MediaCapabilitiesInfo objects]
     46    expected: FAIL
     47 
     48  [Test that encodingInfo returns supported, smooth, and powerEfficient set to false for non-webrtc video content type.]
     49    expected: FAIL
     50 
     51  [Test that encodingInfo returns supported, smooth, and powerEfficient set to false for non-webrtc audio content type.]
     52    expected: FAIL
     53 
     54  [Test that encodingInfo returns supported true for the codec audio/opus]
     55    expected: FAIL
     56 
     57  [Test that encodingInfo returns supported true for the codec video/VP9; profile-level="0"]
     58    expected: FAIL