blob: aa05afeda78b90964455d388846d370d63dbd8e7 [file] [log] [blame]
Title: TC0080
Fragment: 't=00:00.'
Comment: A valid media fragment: { starting at 0 seconds. Thus, the UA will play the entire media resource.
EVENT(canplaythrough)
EXPECTED (video.currentTime == '0') OK
RUN(video.play())
EVENT(pause)
EXPECTED (video.currentTime - fragmentEndTime <= '0.75') OK
END OF TEST