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