blob: 58f18cdae4f82842a17f5d2455a99dc4038e99a9 [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