From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../MediaStreamTrack-video-stats.https.html.ini | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-video-stats.https.html.ini (limited to 'testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-video-stats.https.html.ini') diff --git a/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-video-stats.https.html.ini b/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-video-stats.https.html.ini new file mode 100644 index 0000000000..7c9de6aef2 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-video-stats.https.html.ini @@ -0,0 +1,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 -- cgit v1.2.3