blob: 27305ef9df660425520523b1f830a070a539bb01 [file] [log] [blame]
Title: TC0036
Fragment: 't=%33'
Comment: The media is requested from 3 seconds to the end. Note: %33 is equivalent to 3.
EVENT(canplaythrough)
EXPECTED (video.currentTime == '3') OK
RUN(video.play())
EVENT(pause)
EXPECTED (video.currentTime - fragmentEndTime <= '0.5') OK
END OF TEST