blob: d2eae5dd030ff5abe0d692d2139b1a795ae45c46 [file] [log] [blame]
Test a delay in playing the movie results in a canPlay event.
EVENT(canplaythrough)
EXPECTED (video.currentTime == '0') OK
RUN(video.currentTime = video.duration - 0.2)
EVENT(seeked)
RUN(video.play())
EVENT(ended)
END OF TEST