mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Bug 918289 - Remove video sources from MediaElements in TextTrack tests where they are not needed. r=cpearce
This commit is contained in:
parent
15ca033083
commit
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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user