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/mst-content-hint | |
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/mst-content-hint')
5 files changed, 34 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mst-content-hint/MediaStreamTrack-contentHint.html.ini b/testing/web-platform/meta/mst-content-hint/MediaStreamTrack-contentHint.html.ini new file mode 100644 index 0000000000..25b09771c0 --- /dev/null +++ b/testing/web-platform/meta/mst-content-hint/MediaStreamTrack-contentHint.html.ini @@ -0,0 +1,17 @@ +[MediaStreamTrack-contentHint.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Tracks have empty default content hint] + expected: FAIL + + [Cloned audio tracks have separate contentHints] + expected: FAIL + + [Audio tracks ignore invalid/video contentHints] + expected: FAIL + + [Video tracks ignore invalid/audio contentHints] + expected: FAIL + + [Cloned video tracks have separate contentHints] + expected: FAIL diff --git a/testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationEffect.html.ini b/testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationEffect.html.ini new file mode 100644 index 0000000000..dac325f3a2 --- /dev/null +++ b/testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationEffect.html.ini @@ -0,0 +1,3 @@ +[RTCRtpSendParameters-degradationEffect.html] + [Maintain-framerate reduces resolution on bandwidth cut] + expected: FAIL diff --git a/testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationPreference.html.ini b/testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationPreference.html.ini new file mode 100644 index 0000000000..2780514967 --- /dev/null +++ b/testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationPreference.html.ini @@ -0,0 +1,2 @@ +[RTCRtpSendParameters-degradationPreference.html] + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1329847 diff --git a/testing/web-platform/meta/mst-content-hint/__dir__.ini b/testing/web-platform/meta/mst-content-hint/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/mst-content-hint/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/mst-content-hint/idlharness.window.js.ini b/testing/web-platform/meta/mst-content-hint/idlharness.window.js.ini new file mode 100644 index 0000000000..5ddae08101 --- /dev/null +++ b/testing/web-platform/meta/mst-content-hint/idlharness.window.js.ini @@ -0,0 +1,11 @@ +[idlharness.window.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [MediaStreamTrack interface: videoTrack must inherit property "contentHint" with the proper type] + expected: FAIL + + [MediaStreamTrack interface: attribute contentHint] + expected: FAIL + + [MediaStreamTrack interface: audioTrack must inherit property "contentHint" with the proper type] + expected: FAIL |