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