consoleWrite("Test that CSS in VTT file is applied correctly.");
findMediaElement();
video.src = findMediaFile('video', '../content/test');
- waitForEvent('canplaythrough', endTest);
+ waitForEvent('seeked', endTest);
+ waitForEvent('canplaythrough', function() { video.currentTime = 0; });
}
setCaptionDisplayMode('Automatic');