summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webrtc-extensions/RTCRtpParameters-codec.html.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/webrtc-extensions/RTCRtpParameters-codec.html.ini
parentInitial commit. (diff)
downloadfirefox-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/webrtc-extensions/RTCRtpParameters-codec.html.ini')
-rw-r--r--testing/web-platform/meta/webrtc-extensions/RTCRtpParameters-codec.html.ini55
1 files changed, 55 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webrtc-extensions/RTCRtpParameters-codec.html.ini b/testing/web-platform/meta/webrtc-extensions/RTCRtpParameters-codec.html.ini
new file mode 100644
index 0000000000..13473feaa1
--- /dev/null
+++ b/testing/web-platform/meta/webrtc-extensions/RTCRtpParameters-codec.html.ini
@@ -0,0 +1,55 @@
+[RTCRtpParameters-codec.html]
+ expected: ERROR
+ [Creating an audio sender with addTransceiver and codec should work]
+ expected: FAIL
+
+ [Creating a video sender with addTransceiver and codec should work]
+ expected: FAIL
+
+ [Setting codec on an audio sender with setParameters should work]
+ expected: FAIL
+
+ [Setting codec on a video sender with setParameters should work]
+ expected: FAIL
+
+ [Creating an audio sender with addTransceiver and non-existing codec should throw OperationError]
+ expected: FAIL
+
+ [Creating a video sender with addTransceiver and non-existing codec should throw OperationError]
+ expected: FAIL
+
+ [Setting a non-existing codec on an audio sender with setParameters should throw InvalidModificationError]
+ expected: FAIL
+
+ [Setting a non-existing codec on a video sender with setParameters should throw InvalidModificationError]
+ expected: FAIL
+
+ [Setting a non-preferred codec on an audio sender with setParameters should throw InvalidModificationError]
+ expected: FAIL
+
+ [Setting a non-preferred codec on a video sender with setParameters should throw InvalidModificationError]
+ expected: FAIL
+
+ [Setting a non-negotiated codec on an audio sender with setParameters should throw InvalidModificationError]
+ expected: FAIL
+
+ [Setting a non-negotiated codec on a video sender with setParameters should throw InvalidModificationError]
+ expected: FAIL
+
+ [Codec should be undefined after negotiating away the currently set codec on an audio sender]
+ expected: FAIL
+
+ [Codec should be undefined after negotiating away the currently set codec on a video sender]
+ expected: FAIL
+
+ [Creating an audio sender with addTransceiver and non-existing codec type should throw OperationError]
+ expected: FAIL
+
+ [Creating a video sender with addTransceiver and non-existing codec type should throw OperationError]
+ expected: FAIL
+
+ [Stats output-rtp should match the selected codec in simulcast usecase on a video sender]
+ expected: FAIL
+
+ [Stats output-rtp should match the selected mixed codecs in simulcast usecase on a video sender]
+ expected: FAIL