Bug 918289 - Remove video sources from MediaElements in TextTrack tests where they are not needed. r=cpearce

This commit is contained in:
Rick Eyre 2014-01-27 12:13:16 -05:00
Родитель 15ca033083
Коммит bb14671576
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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.")