diff options
Diffstat (limited to 'testing/web-platform/meta/mst-content-hint')
4 files changed, 31 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-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 |