tor-browser

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

MediaStreamTrack-video-stats.https.html.ini (1326B)


      1 [MediaStreamTrack-video-stats.https.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4  [totalFrames increases over time]
      5    expected: FAIL
      6 
      7  [deliveredFrames increases, even without sinks]
      8    expected: FAIL
      9 
     10  [discardedFrames increases when frameRate decimation is happening]
     11    expected: FAIL
     12 
     13  [Counters increase even if we don't call the track.stats getter]
     14    expected: FAIL
     15 
     16  [Counters do not increase in the same task execution cycle]
     17    expected: FAIL
     18 
     19  [totalFrames is the sum of deliveredFrames and discardedFrames]
     20    expected: FAIL
     21 
     22  [SameObject policy applies]
     23    expected: FAIL
     24 
     25  [Stats are frozen while disabled]
     26    expected: FAIL
     27 
     28  [Disabling and re-enabling does not reset the counters]
     29    expected: FAIL
     30 
     31  [New stats baselines when a track is cloned from a disabled track]
     32    expected: FAIL
     33 
     34  [New stats baselines when a track is cloned from an enabled track]
     35    expected: FAIL
     36 
     37  [New stats baselines for the clone of a clone]
     38    expected: FAIL
     39 
     40  [A low FPS clone does not affect the original track's discardedFrames]
     41    expected: FAIL
     42 
     43  [track.stats is supported on getDisplayMedia tracks]
     44    expected: FAIL
     45 
     46  [track.stats is null on non-device tracks, such as canvas]
     47    expected: FAIL
     48 
     49  [track.stats is supported on getDisplayMedia tracks]
     50    expected: FAIL