Bug 1256079 - Append video element to the document. r=pehrsons

MozReview-Commit-ID: F0tGd4kk0mD

--HG--
extra : rebase_source : 843bbaa0f3f54424862645e2c0fbe139b501fb9f
This commit is contained in:
Alex Chronopoulos 2016-09-28 13:43:41 +03:00
parent 8c73fcc8e1
commit 2da14d6518

View File

@ -18,6 +18,7 @@
*/
runTest(function () {
var v = document.createElement("video");
document.body.appendChild(v);
v.preload = "metadata";
var constraints = {video: true, audio: true};