diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/mediacapture-extensions | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/mediacapture-extensions')
3 files changed, 77 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mediacapture-extensions/GUM-backgroundBlur.https.html.ini b/testing/web-platform/meta/mediacapture-extensions/GUM-backgroundBlur.https.html.ini new file mode 100644 index 0000000000..0cb733b500 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-extensions/GUM-backgroundBlur.https.html.ini @@ -0,0 +1,14 @@ +[GUM-backgroundBlur.https.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Test getSupportedConstraints().backgroundBlur] + expected: PRECONDITION_FAILED + + [Test getCapabilities().backgroundBlur] + expected: FAIL + + [Test getSettings().backgroundBlur] + expected: FAIL + + [Test applyConstraints() with backgroundBlur] + expected: FAIL diff --git a/testing/web-platform/meta/mediacapture-extensions/GUM-faceFraming.https.html.ini b/testing/web-platform/meta/mediacapture-extensions/GUM-faceFraming.https.html.ini new file mode 100644 index 0000000000..2a3a62ab86 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-extensions/GUM-faceFraming.https.html.ini @@ -0,0 +1,12 @@ +[GUM-faceFraming.https.html] + [Test getSupportedConstraints().faceFraming] + expected: PRECONDITION_FAILED + + [Test getCapabilities().faceFraming] + expected: FAIL + + [Test getSettings().faceFraming] + expected: FAIL + + [Test applyConstraints() with faceFraming] + 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 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 |