зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1498237 - switch test_fingerprints.html to use video instead of audio. r=achronop
Differential Revision: https://phabricator.services.mozilla.com/D8583 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e4d812b56a
Коммит
56a06bbe68
|
@ -62,7 +62,7 @@ function testMultipleFingerprints() {
|
||||||
(e => ok(false, 'error in ' + msg + ': ' +
|
(e => ok(false, 'error in ' + msg + ': ' +
|
||||||
(e.message ? (e.message + '\n' + e.stack) : e)));
|
(e.message ? (e.message + '\n' + e.stack) : e)));
|
||||||
|
|
||||||
navigator.mediaDevices.getUserMedia({ audio: true })
|
navigator.mediaDevices.getUserMedia({ video: true })
|
||||||
.then(stream => {
|
.then(stream => {
|
||||||
ok(stream, 'Got test stream');
|
ok(stream, 'Got test stream');
|
||||||
pcDouble.addStream(stream);
|
pcDouble.addStream(stream);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче