diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/mediacapture-streams | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/mediacapture-streams')
22 files changed, 114 insertions, 0 deletions
diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-api.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-api.https.html.ini new file mode 100644 index 000000000..b8e91b6a1 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-api.https.html.ini @@ -0,0 +1,5 @@ +[GUM-api.https.html] + type: testharness + [getUserMedia() is present on navigator] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-deny.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-deny.https.html.ini new file mode 100644 index 000000000..cbbf310b3 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-deny.https.html.ini @@ -0,0 +1,5 @@ +[GUM-deny.https.html] + type: testharness + [Tests that the error callback is triggered when permission is denied] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-empty-option-param.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-empty-option-param.https.html.ini new file mode 100644 index 000000000..5c9cc928c --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-empty-option-param.https.html.ini @@ -0,0 +1,5 @@ +[GUM-empty-option-param.https.html] + type: testharness + [Tests that getUserMedia raises a NOT_SUPPORTED_ERR exception when used with an empty options parameter] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-impossible-constraint.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-impossible-constraint.https.html.ini new file mode 100644 index 000000000..bddad575d --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-impossible-constraint.https.html.ini @@ -0,0 +1,5 @@ +[GUM-impossible-constraint.https.html] + type: testharness + [Tests that setting an impossible constraint in getUserMedia fails] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-optional-constraint.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-optional-constraint.https.html.ini new file mode 100644 index 000000000..9fc26c6bc --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-optional-constraint.https.html.ini @@ -0,0 +1,5 @@ +[GUM-optional-constraint.https.html] + type: testharness + [Tests that setting an optional constraint in getUserMedia is handled as optional] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-trivial-constraint.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-trivial-constraint.https.html.ini new file mode 100644 index 000000000..f3c6dfeb5 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-trivial-constraint.https.html.ini @@ -0,0 +1,5 @@ +[GUM-trivial-constraint.https.html] + type: testharness + [Tests that setting a trivial mandatory constraint in getUserMedia works] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/GUM-unknownkey-option-param.https.html.ini b/testing/web-platform/meta/mediacapture-streams/GUM-unknownkey-option-param.https.html.ini new file mode 100644 index 000000000..709900db3 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/GUM-unknownkey-option-param.https.html.ini @@ -0,0 +1,5 @@ +[GUM-unknownkey-option-param.https.html] + type: testharness + [getUserMedia({doesnotexist:true}) aborts with NOT_SUPPORTED_ERR] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-preload-none.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-preload-none.https.html.ini new file mode 100644 index 000000000..63e21b55d --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-preload-none.https.html.ini @@ -0,0 +1,8 @@ +[MediaStream-MediaElement-preload-none.https.html] + type: testharness + [Test that preload 'none' is ignored for MediaStream object URL used as src] + expected: FAIL + + [Test that preload 'none' is ignored for MediaStream used as srcObject] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html.ini new file mode 100644 index 000000000..0c94abd54 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-MediaElement-srcObject.https.html] + type: testharness + [Tests that a MediaStream can be assigned to a video element with srcObject] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-add-audio-track.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-add-audio-track.https.html.ini new file mode 100644 index 000000000..440fd8cfc --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-add-audio-track.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-add-audio-track.https.html] + type: testharness + [Tests that adding a track to a MediaStream works as expected] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-audio-only.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-audio-only.https.html.ini new file mode 100644 index 000000000..793c4e22e --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-audio-only.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-audio-only.https.html] + type: testharness + [Tests that a MediaStream with exactly one audio track is returned] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-finished-add.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-finished-add.https.html.ini new file mode 100644 index 000000000..1a810f4c3 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-finished-add.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-finished-add.https.html] + type: testharness + [Tests that adding a track to an inactive MediaStream is allowed] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-gettrackid.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-gettrackid.https.html.ini new file mode 100644 index 000000000..66b805027 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-gettrackid.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-gettrackid.https.html] + type: testharness + [Tests that MediaStream.getTrackById works as expected] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-id-manual.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-id-manual.https.html.ini new file mode 100644 index 000000000..7f3f8177f --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-id-manual.https.html.ini @@ -0,0 +1,6 @@ +[MediaStream-id-manual.https.html] + type: testharness + expected: TIMEOUT + [Tests that a MediaStream with a correct id is returned] + expected: NOTRUN + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-idl.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-idl.https.html.ini new file mode 100644 index 000000000..012da9e8a --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-idl.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-idl.https.html] + type: testharness + [Tests that a MediaStream constructor follows the algorithm set in the spec] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-removetrack.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-removetrack.https.html.ini new file mode 100644 index 000000000..6f34d4627 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-removetrack.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-removetrack.https.html] + type: testharness + [Tests that a removal from a MediaStream works as expected] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStream-video-only.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStream-video-only.https.html.ini new file mode 100644 index 000000000..395f300f7 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStream-video-only.https.html.ini @@ -0,0 +1,5 @@ +[MediaStream-video-only.https.html] + type: testharness + [Tests that a MediaStream with at least one video track is returned] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html.ini new file mode 100644 index 000000000..bc63660e4 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html.ini @@ -0,0 +1,5 @@ +[MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html] + type: testharness + [Tests that a disabled audio track in a MediaStream is rendered as silence] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini new file mode 100644 index 000000000..7ac34233b --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html.ini @@ -0,0 +1,5 @@ +[MediaStreamTrack-MediaElement-disabled-video-is-black.https.html] + type: testharness + [Tests that a disabled video track in a MediaStream is rendered as blackness] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-end.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-end.https.html.ini new file mode 100644 index 000000000..5262e6592 --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-end.https.html.ini @@ -0,0 +1,5 @@ +[MediaStreamTrack-end.https.html] + type: testharness + [Tests that the video MediaStreamTrack objects are properly ended on permission revocation] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-id.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-id.https.html.ini new file mode 100644 index 000000000..d3e5f574e --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-id.https.html.ini @@ -0,0 +1,5 @@ +[MediaStreamTrack-id.https.html] + type: testharness + [Tests that distinct mediastream tracks have distinct ids ] + expected: FAIL + diff --git a/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-init.https.html.ini b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-init.https.html.ini new file mode 100644 index 000000000..4e847b3fd --- /dev/null +++ b/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-init.https.html.ini @@ -0,0 +1,5 @@ +[MediaStreamTrack-init.https.html] + type: testharness + [Tests that the video MediaStreamTrack objects are properly initialized] + expected: FAIL + |