Implement Focus UI
[framework/web/webkit-efl.git] / LayoutTests / media / media-controller-time-clamp-expected.txt
1 RUN(controller = video.controller)
2 EVENT(canplaythrough)
3 RUN(controller.currentTime = controller.duration - 0.05)
4 RUN(video.play())
5 RUN(controller.play())
6 EVENT(ended)
7 EXPECTED (controller.currentTime <= controller.duration == 'true') OK
8 END OF TEST
9