зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1434983: Make screenshare and windowshare test one-way, to work around limitations on OS X. r=pehrsons
MozReview-Commit-ID: Ldy7Wb3ZSPQ --HG-- extra : rebase_source : 543c9c107e3f5b44f1744977e494ddd000e07368
This commit is contained in:
Родитель
9d549a104e
Коммит
5fd5dd9679
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
fake: false
|
||||
};
|
||||
test.setMediaConstraints([constraints], [constraints]);
|
||||
test.setMediaConstraints([constraints], []);
|
||||
test.run();
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
fake: false
|
||||
};
|
||||
test.setMediaConstraints([constraints], [constraints]);
|
||||
test.setMediaConstraints([constraints], []);
|
||||
test.run();
|
||||
});
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче