blob: 9c0550bafa278475d87616cdc5faa4d168ca7c57 [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