tor-browser

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

VideoTrackGenerator.https.html.ini (1069B)


      1 [VideoTrackGenerator.https.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, CRASH, TIMEOUT]
      4    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT]
      5    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT]
      6    if os == "mac": [OK, TIMEOUT]
      7  [Tests that VideoTrackGenerator forwards frames to sink]
      8    expected: FAIL
      9 
     10  [Tests that frames are actually rendered correctly in a stream used for a video element.]
     11    expected: FAIL
     12 
     13  [Tests that frames are actually rendered correctly in a stream sent over a peer connection.]
     14    expected: FAIL
     15 
     16  [Tests that frames are sent correctly with RTCRtpEncodingParameters.scaleResolutionDownBy.]
     17    expected: FAIL
     18 
     19  [Tests that creating a VideoTrackGenerator works as expected]
     20    expected: FAIL
     21 
     22  [Tests that VideoFrames are destroyed on write.]
     23    expected: FAIL
     24 
     25  [Mismatched frame and generator kind throws on write.]
     26    expected: FAIL
     27 
     28  [Tests that VideoTrackGenerator forwards frames only when unmuted]
     29    expected: FAIL