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-contentHint.html.ini | 17 +++++++++++++++++ .../RTCRtpSendParameters-degradationEffect.html.ini | 3 +++ .../RTCRtpSendParameters-degradationPreference.html.ini | 2 ++ testing/web-platform/meta/mst-content-hint/__dir__.ini | 1 + .../meta/mst-content-hint/idlharness.window.js.ini | 11 +++++++++++ 5 files changed, 34 insertions(+) create mode 100644 testing/web-platform/meta/mst-content-hint/MediaStreamTrack-contentHint.html.ini create mode 100644 testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationEffect.html.ini create mode 100644 testing/web-platform/meta/mst-content-hint/RTCRtpSendParameters-degradationPreference.html.ini create mode 100644 testing/web-platform/meta/mst-content-hint/__dir__.ini create mode 100644 testing/web-platform/meta/mst-content-hint/idlharness.window.js.ini (limited to 'testing/web-platform/meta/mst-content-hint') 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 -- cgit v1.2.3