blob: eb5f70ed4603bc0cdc50c815415932e850768e80 [file] [log] [blame]
Tests that duration is known after playback ended.
RUN(video.play())
RUN(video.currentTime = video.duration - 0.2)
EXPECTED (video.duration > '0') OK
END OF TEST