зеркало из https://github.com/mozilla/gecko-dev.git
Bug 918289 - Remove video sources from MediaElements in TextTrack tests where they are not needed. r=cpearce
This commit is contained in:
Родитель
15ca033083
Коммит
bb14671576
|
@ -20,7 +20,6 @@ SimpleTest.waitForExplicitFinish();
|
|||
SpecialPowers.pushPrefEnv({"set": [["media.webvtt.enabled", true]]},
|
||||
function() {
|
||||
var video = document.createElement("video");
|
||||
video.src = "seek.webm";
|
||||
|
||||
isnot(video.textTracks, undefined, "HTMLMediaElement::TextTrack() property should be available.")
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче