summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/mediacapture-extensions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /testing/web-platform/meta/mediacapture-extensions
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/mediacapture-extensions')
-rw-r--r--testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini30
-rw-r--r--testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-video-stats.https.html.ini3
2 files changed, 30 insertions, 3 deletions
diff --git a/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini b/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini
new file mode 100644
index 0000000000..424df7daa5
--- /dev/null
+++ b/testing/web-platform/meta/mediacapture-extensions/MediaStreamTrack-audio-stats.https.html.ini
@@ -0,0 +1,30 @@
+[MediaStreamTrack-audio-stats.https.html]
+ [totalFrames and totalFramesDuration increase over time]
+ expected: FAIL
+
+ [deliveredFrames and deliveredFramesDuration are at most as large as totalFrames and totalFramesDuration]
+ expected: FAIL
+
+ [Latency and averageLatency is within the bounds of minimumLatency and maximumLatency]
+ expected: FAIL
+
+ [Immediately after resetLatency(), latency, averageLatency, minimumLatency and maximumLatency are equal to the most recent latency.]
+ expected: FAIL
+
+ [Stats do not change within the same task execution cycle.]
+ expected: FAIL
+
+ [Stats are frozen while disabled]
+ expected: FAIL
+
+ [SameObject policy applies]
+ expected: FAIL
+
+ [Counters increase even if we don't call the track.stats getter]
+ expected: FAIL
+
+ [Disabling and re-enabling does not reset the counters]
+ expected: FAIL
+
+ [New stats baselines when a track is cloned from an enabled track]
+ expected: FAIL
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
index 7c9de6aef2..bceb23d683 100644
--- 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
@@ -41,9 +41,6 @@
[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