blob: 9700ddc1a02d7c2b72b89fc4814edb718388a03c [file] [log] [blame]
if (window.testRunner)
testRunner.waitUntilDone();
function setupVideo(videoElement, videoPath, canPlayThroughCallback)
{
videoElement.addEventListener("canplaythrough", canPlayThroughCallback);
videoElement.src = videoPath;
}