import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo

This commit is contained in:
Roy Tam 2018-01-19 03:59:58 +08:00
commit dcd9973243
150858 changed files with 23884658 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[GUM-api.https.html]
type: testharness
[getUserMedia() is present on navigator]
expected: FAIL

View file

@ -0,0 +1,5 @@
[GUM-deny.https.html]
type: testharness
[Tests that the error callback is triggered when permission is denied]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[GUM-impossible-constraint.https.html]
type: testharness
[Tests that setting an impossible constraint in getUserMedia fails]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[GUM-trivial-constraint.https.html]
type: testharness
[Tests that setting a trivial mandatory constraint in getUserMedia works]
expected: FAIL

View file

@ -0,0 +1,5 @@
[GUM-unknownkey-option-param.https.html]
type: testharness
[getUserMedia({doesnotexist:true}) aborts with NOT_SUPPORTED_ERR]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,5 @@
[MediaStream-audio-only.https.html]
type: testharness
[Tests that a MediaStream with exactly one audio track is returned]
expected: FAIL

View file

@ -0,0 +1,5 @@
[MediaStream-finished-add.https.html]
type: testharness
[Tests that adding a track to an inactive MediaStream is allowed]
expected: FAIL

View file

@ -0,0 +1,5 @@
[MediaStream-gettrackid.https.html]
type: testharness
[Tests that MediaStream.getTrackById works as expected]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,5 @@
[MediaStream-idl.https.html]
type: testharness
[Tests that a MediaStream constructor follows the algorithm set in the spec]
expected: FAIL

View file

@ -0,0 +1,5 @@
[MediaStream-removetrack.https.html]
type: testharness
[Tests that a removal from a MediaStream works as expected]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -0,0 +1,5 @@
[MediaStreamTrack-end.https.html]
type: testharness
[Tests that the video MediaStreamTrack objects are properly ended on permission revocation]
expected: FAIL

View file

@ -0,0 +1,5 @@
[MediaStreamTrack-id.https.html]
type: testharness
[Tests that distinct mediastream tracks have distinct ids ]
expected: FAIL

View file

@ -0,0 +1,5 @@
[MediaStreamTrack-init.https.html]
type: testharness
[Tests that the video MediaStreamTrack objects are properly initialized]
expected: FAIL