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
parent 7be9c5f30c
commit 30d2690f2c

View File

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