Sign in
webkit
/
WebKit
/
0615530235cc2f038d310d0f39f34b450268e802
/
.
/
LayoutTests
/
media
/
media-controller-time-clamp-expected.txt
blob: 08b61b735cc04f7cbbec35d0989c88ef2082a5c0 [
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 <= controller.duration == 'true') OK
END OF TEST