blob: 22bfa9793f0f4254b751f14f9578e428330e2d32 [file] [log] [blame]
RUN(controller = video.controller)
EVENT(canplaythrough)
RUN(controller.currentTime = controller.duration - 0.05)
RUN(video.play())
RUN(controller.play())
EVENT(ended)
EXPECTED (controller.currentTime > '0') OK
EXPECTED (controller.currentTime <= controller.duration == 'true') OK
END OF TEST